From 890fb7b041a85c33b4fe9c80815b0d41445917d6 Mon Sep 17 00:00:00 2001 From: avalon60 Date: Thu, 30 Jan 2025 19:15:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.30=20=E2=86=92=201.4.31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- pyproject.toml | 2 +- src/controller/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7852147..2b42945 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.30 +current_version = 1.4.31 commit = True tag = True diff --git a/README.md b/README.md index 1395832..b8c818a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OraTAPI - Oracle Table API Generator -Version 1.4.30 +Version 1.4.31 - [OraTAPI - Oracle Table API Generator](#oratapi---oracle-table-api-generator) - [About OraTAPI](#about-oratapi) diff --git a/pyproject.toml b/pyproject.toml index 71b6f39..854f840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "OraTAPI" -version = "1.4.30" +version = "1.4.31" description = "Oracle Table API Generator Application" authors = [ {name = "Clive Bostock"} ] dependencies = [ diff --git a/src/controller/__init__.py b/src/controller/__init__.py index bfa3f26..85e4bc5 100644 --- a/src/controller/__init__.py +++ b/src/controller/__init__.py @@ -1,4 +1,4 @@ __title__ = "OraTAPI framework)" __author__ = "Clive Bostock" __date__ = "2024-11-09" -__version__ = "1.4.30" +__version__ = "1.4.31"