Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Jan 25, 2022
1 parent cf34646 commit a078c01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "GETTSIM"
copyright = f"2019-{dt.datetime.now().year}, GETTSIM team" # noqa: A001
author = "GETTSIM team"
release = "0.4.1"
release = "0.4.2"
version = ".".join(release.split(".")[:2])

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gettsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from gettsim.policy_environment import set_up_policy_environment # noqa: F401
from gettsim.visualization import plot_dag # noqa: F401

__version__ = "0.4.1"
__version__ = "0.4.2"

COUNTER_TEST_EXECUTIONS = itertools.count()

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="gettsim",
version="0.4.1",
version="0.4.2",
description=DESCRIPTION,
long_description=DESCRIPTION + "\n\n" + README,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit a078c01

Please sign in to comment.