diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f3ca6f66..701a9620d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4-dev +current_version = 0.2.4 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index 730936248..5461a387d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Jeremy Zucker and Charles Tapley Hoyt" # The full version, including alpha/beta/rc tags. -release = "0.2.4-dev" +release = "0.2.4" # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 1139039f0..0131ca9e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = y0 -version = 0.2.4-dev +version = 0.2.4 description = Python code for causal modeling. long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/y0/version.py b/src/y0/version.py index 9e6151421..a9f03baa3 100644 --- a/src/y0/version.py +++ b/src/y0/version.py @@ -14,7 +14,7 @@ "get_git_hash", ] -VERSION = "0.2.4-dev" +VERSION = "0.2.4" def get_git_hash() -> str: