diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 492797e..1d5289d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.23 +current_version = 1.4.24 commit = True tag = True @@ -14,4 +14,3 @@ replace = version = "{new_version}" [bumpversion:file:src/controller/ora_tapi.py] search = __version__ = "{current_version}" replace = __version__ = "{new_version}" - diff --git a/README.md b/README.md index 5113ea7..be5b7b4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OraTAPI - Oracle Table API Generator -Version 1.4.23 +Version 1.4.24 - [OraTAPI - Oracle Table API Generator](#oratapi---oracle-table-api-generator) - [About OraTAPI](#about-oratapi) diff --git a/pyproject.toml b/pyproject.toml index 7194034..f6b6cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "OraTAPI" -version = "1.4.23" +version = "1.4.24" description = "Oracle Table API Generator Application" authors = [ {name = "Clive Bostock"} ] dependencies = [ diff --git a/src/controller/ora_tapi.py b/src/controller/ora_tapi.py index abde0e0..2d1f309 100644 --- a/src/controller/ora_tapi.py +++ b/src/controller/ora_tapi.py @@ -1,7 +1,7 @@ __author__ = "Clive Bostock" __date__ = "2024-11-09" __description__ = "Main controller to parse command-line arguments and coordinate API generation flow." -__version__ = "1.4.23" +__version__ = "1.4.24" import copy import time