diff --git a/src/acrquery/HISTORY.rst b/src/acrquery/HISTORY.rst index 08969083146..5cc838ff9b1 100644 --- a/src/acrquery/HISTORY.rst +++ b/src/acrquery/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +1.0.2 +++++++ +* Fix version + 1.0.1b2 ++++++ * Bug fix: Removed help command that overrode default `acr -h` command. diff --git a/src/acrquery/setup.py b/src/acrquery/setup.py index b65c8725730..a3182df5a12 100644 --- a/src/acrquery/setup.py +++ b/src/acrquery/setup.py @@ -14,7 +14,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") # HISTORY.rst entry. -VERSION = '1.0.1b2' +VERSION = '1.0.2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers