Skip to content

Commit 57fdb42

Browse files
author
Patrick Schork
committed
Bump version for release
1 parent 032b509 commit 57fdb42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = f.read()
88

99
setup(name='numerai-cli',
10-
version='0.1.21',
10+
version='0.1.22',
1111
description='A library for helping to deploy a Numer.ai compute node',
1212
url='https://github.com/numerai/numerai-cli',
1313
author='Numer.ai',
@@ -20,7 +20,7 @@
2020
install_requires=[
2121
"click>=7",
2222
"boto3",
23-
"numerapi",
23+
"numerapi>=2.2.4",
2424
"colorama",
2525
"requests",
2626
],

0 commit comments

Comments
 (0)