Skip to content

Commit 44e3e84

Browse files
committed
fix
1 parent fa34ed2 commit 44e3e84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/acrquery/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
1.0.2
6+
++++++
7+
* Fix version
8+
59
1.0.1b2
610
++++++
711
* Bug fix: Removed help command that overrode default `acr -h` command.

src/acrquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1515

1616
# HISTORY.rst entry.
17-
VERSION = '1.0.1b2'
17+
VERSION = '1.0.2'
1818

1919
# The full list of classifiers is available at
2020
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)