Skip to content

Commit

Permalink
Bump to 21.7.12a1
Browse files Browse the repository at this point in the history
  • Loading branch information
romasku committed Jul 12, 2021
1 parent 2bb63ef commit 5e29dda
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global version number,
# Update the file and run 'make fmt' to apply it everywhere

21.7.9
21.7.12a1
4 changes: 2 additions & 2 deletions neuro-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="neuro-cli",
version="21.7.9",
version="21.7.12a1",
python_requires=">=3.6.0",
# Make sure to pin versions of install_requires
install_requires=[
Expand All @@ -19,7 +19,7 @@
"python-jose>=3.0.0",
"python-dateutil>=2.7.0",
"aiodocker>=0.18.7",
"neuro-sdk>=21.7.9",
"neuro-sdk>=21.7.12a1",
"click>=7.0",
"humanize>=3.3",
"typing_extensions>=3.7.4",
Expand Down
2 changes: 1 addition & 1 deletion neuro-cli/src/neuro_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "21.7.9"
__version__ = "21.7.12a1"
2 changes: 1 addition & 1 deletion neuro-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="neuro-sdk",
version="21.7.9",
version="21.7.12a1",
python_requires=">=3.6.0",
# Make sure to pin versions of install_requires
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion neuro-sdk/src/neuro_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
from .users import Action, Permission, Share, Users
from .utils import _ContextManager, find_project_root

__version__ = "21.7.9"
__version__ = "21.7.12a1"


__all__ = (
Expand Down

0 comments on commit 5e29dda

Please sign in to comment.