Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schork committed May 12, 2020
1 parent 032b509 commit 57fdb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = f.read()

setup(name='numerai-cli',
version='0.1.21',
version='0.1.22',
description='A library for helping to deploy a Numer.ai compute node',
url='https://github.com/numerai/numerai-cli',
author='Numer.ai',
Expand All @@ -20,7 +20,7 @@
install_requires=[
"click>=7",
"boto3",
"numerapi",
"numerapi>=2.2.4",
"colorama",
"requests",
],
Expand Down

0 comments on commit 57fdb42

Please sign in to comment.