Skip to content

Commit

Permalink
version bump, fixes setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Hadrien Gourlé <[email protected]>
  • Loading branch information
HadrienG committed May 16, 2019
1 parent ede1816 commit 9484a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
packages=find_packages(exclude=['tests']),

tests_require=['nose', 'nose-testconfig'],
install_requires=['requests', 'peewee==2.8.1', 'tqdm'],
install_requires=['requests', 'peewee>=3.8.2', 'tqdm'],
# Allow PostgreSQL and MySQL as option
extras_require={
'postgres': ["psycopg2>=2.6.2"],
Expand Down
2 changes: 1 addition & 1 deletion taxadb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.0'
__version__ = '0.10.1'

0 comments on commit 9484a3c

Please sign in to comment.