Skip to content

Commit 9499c78

Browse files
committed
Bump version: 1.5.8 → 1.5.9
1 parent c50cb84 commit 9499c78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.8
2+
current_version = 1.5.9
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# OraTAPI - Oracle Table API Generator
44

5-
Version 1.5.8
5+
Version 1.5.9
66

77
- [OraTAPI - Oracle Table API Generator](#oratapi---oracle-table-api-generator)
88
- [About OraTAPI](#about-oratapi)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "oratapi"
7-
version = "1.5.8"
7+
version = "1.5.9"
88
license = "MIT"
99
license-files = ["LICENSE", "ORACLE_INTERNAL_LICENSE.txt"]
1010
description = "Oracle Table API Generator Application"

src/controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__title__ = "OraTAPI framework)"
22
__author__ = "Clive Bostock"
33
__date__ = "2024-11-09"
4-
__version__ = "1.5.8"
4+
__version__ = "1.5.9"

0 commit comments

Comments
 (0)