Skip to content

Commit

Permalink
chore: update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Mar 20, 2024
1 parent 616b699 commit 4818158
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion applications/common/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "openapi_server"
VERSION = "1.0.0"
VERSION = "2.3.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/notifications/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "notifications"
VERSION = "1.0.0"
VERSION = "2.3.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/samples/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "samples"
VERSION = "1.0.0"
VERSION = "2.3.0"

# To install the library, run the following
#
Expand Down
1 change: 0 additions & 1 deletion applications/samples/dependencies/ch.git
Submodule ch.git deleted from c460ba
1 change: 0 additions & 1 deletion applications/samples/dependencies/nwb-explorer.git
Submodule nwb-explorer.git deleted from afd999
2 changes: 1 addition & 1 deletion applications/volumemanager/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "volumemanager"
VERSION = "1.0.0"
VERSION = "2.3.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/workflows/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "workflows_api"
VERSION = "1.0.0"
VERSION = "2.3.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion libraries/client/cloudharness_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "cloudharness-cli"
VERSION = "2.0.0"
VERSION = "2.3.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/cloudharness-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


NAME = "cloudharness"
VERSION = "2.1.0"
VERSION = "2.3.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/cloudharness-utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


NAME = "cloudharness_utils"
VERSION = "2.0.0"
VERSION = "2.3.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/models/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
HERE = dn(realpath(__file__))

NAME = "cloudharness_model"
VERSION = "1.0.0"
VERSION = "2.3.0"
REQUIREMENTS = [
"swagger-ui-bundle >= 0.0.2",
"python_dateutil >= 2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/cloudharness-test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


NAME = "cloudharness-test"
VERSION = "2.0.0"
VERSION = "2.3.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion tools/deployment-cli-tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


NAME = "cloudharness-cli-tools"
VERSION = "2.0.0"
VERSION = "2.3.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 4818158

Please sign in to comment.