Skip to content

Commit

Permalink
update to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed May 12, 2024
1 parent 51f98ab commit d0c9a93
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions ichor_cli/ichor/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "4.0.3"
2 changes: 1 addition & 1 deletion ichor_cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ichor-cli
version = 4.0.0
version = 4.0.3
author = Matthew Burn, Yulian Manchev
author_email = [email protected], [email protected]
maintainer = Yulian Manchev
Expand Down
6 changes: 5 additions & 1 deletion ichor_core/ichor/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from ichor.core.common.types import Version

__version__ = Version("3.1.0")
# TODO: removing this causes cyclic imports
# fix these cyclic imports in future versions
# since this is here, types is imported first which is why no
# cyclic imports are seen...
__version__ = Version("4.0.3")
2 changes: 1 addition & 1 deletion ichor_core/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ichor-core
version = 4.0.0
version = 4.0.3
author = Matthew Burn, Yulian Manchev
author_email = [email protected], [email protected]
maintainer = Yulian Manchev
Expand Down
2 changes: 1 addition & 1 deletion ichor_hpc/ichor/hpc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "4.0.3"
2 changes: 1 addition & 1 deletion ichor_hpc/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ichor-hpc
version = 4.0.0
version = 4.0.3
author = Matthew Burn, Yulian Manchev
author_email = [email protected], [email protected]
maintainer = Yulian Manchev
Expand Down

0 comments on commit d0c9a93

Please sign in to comment.