We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa34ed2 commit 44e3e84Copy full SHA for 44e3e84
src/acrquery/HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+1.0.2
6
+++++++
7
+* Fix version
8
+
9
1.0.1b2
10
++++++
11
* Bug fix: Removed help command that overrode default `acr -h` command.
src/acrquery/setup.py
@@ -14,7 +14,7 @@
14
logger.warn("Wheel is not available, disabling bdist_wheel hook")
15
16
# HISTORY.rst entry.
17
-VERSION = '1.0.1b2'
+VERSION = '1.0.2'
18
19
# The full list of classifiers is available at
20
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments