diff --git a/ichor_cli/ichor/cli/__init__.py b/ichor_cli/ichor/cli/__init__.py index e69de29b..c7a18d13 100644 --- a/ichor_cli/ichor/cli/__init__.py +++ b/ichor_cli/ichor/cli/__init__.py @@ -0,0 +1 @@ +__version__ = "4.0.3" diff --git a/ichor_cli/setup.cfg b/ichor_cli/setup.cfg index a17eda1d..5ee6b6b6 100644 --- a/ichor_cli/setup.cfg +++ b/ichor_cli/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ichor-cli -version = 4.0.0 +version = 4.0.3 author = Matthew Burn, Yulian Manchev author_email = matthew.burn@postgrad.manchester.ac.uk, yulian.manchev@postgrad.manchester.ac.uk maintainer = Yulian Manchev diff --git a/ichor_core/ichor/core/__init__.py b/ichor_core/ichor/core/__init__.py index 16154bf2..7f1de0e2 100644 --- a/ichor_core/ichor/core/__init__.py +++ b/ichor_core/ichor/core/__init__.py @@ -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") diff --git a/ichor_core/setup.cfg b/ichor_core/setup.cfg index 1331bd54..e48a48b3 100644 --- a/ichor_core/setup.cfg +++ b/ichor_core/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ichor-core -version = 4.0.0 +version = 4.0.3 author = Matthew Burn, Yulian Manchev author_email = matthew.burn@postgrad.manchester.ac.uk, yulian.manchev@postgrad.manchester.ac.uk maintainer = Yulian Manchev diff --git a/ichor_hpc/ichor/hpc/__init__.py b/ichor_hpc/ichor/hpc/__init__.py index f5f41e56..c7a18d13 100644 --- a/ichor_hpc/ichor/hpc/__init__.py +++ b/ichor_hpc/ichor/hpc/__init__.py @@ -1 +1 @@ -__version__ = "3.1.0" +__version__ = "4.0.3" diff --git a/ichor_hpc/setup.cfg b/ichor_hpc/setup.cfg index 81defca9..a10054eb 100644 --- a/ichor_hpc/setup.cfg +++ b/ichor_hpc/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ichor-hpc -version = 4.0.0 +version = 4.0.3 author = Matthew Burn, Yulian Manchev author_email = matthew.burn@postgrad.manchester.ac.uk, yulian.manchev@postgrad.manchester.ac.uk maintainer = Yulian Manchev