Skip to content

Commit

Permalink
Revert "update version"
Browse files Browse the repository at this point in the history
This reverts commit 387acd9.
  • Loading branch information
m-julian committed May 12, 2024
1 parent 387acd9 commit 3ad57f3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion ichor_cli/ichor/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__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.3
version = 4.0.0
author = Matthew Burn, Yulian Manchev
author_email = [email protected], [email protected]
maintainer = Yulian Manchev
Expand Down
4 changes: 3 additions & 1 deletion ichor_core/ichor/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "4.0.3"
from ichor.core.common.types import Version

__version__ = Version("3.1.0")
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.3
version = 4.0.0
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__ = "4.0.3"
__version__ = "3.1.0"
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.3
version = 4.0.0
author = Matthew Burn, Yulian Manchev
author_email = [email protected], [email protected]
maintainer = Yulian Manchev
Expand Down

0 comments on commit 3ad57f3

Please sign in to comment.