Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing help for top level command group #3547

Merged
merged 10 commits into from
Jul 13, 2021
Prev Previous commit
Next Next commit
Update setup.py
  • Loading branch information
kairu-ms authored Jun 25, 2021
commit 6ea657d72b8add4e0a5f570408ed47765d6bfba9
2 changes: 1 addition & 1 deletion src/footprint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '0.1.1'
VERSION = '1.0.0'
try:
from azext_footprint.manual.version import VERSION
except ImportError:
Expand Down