Skip to content

Commit e9b4dfd

Browse files
committed
Bump version: 1.5.2 → 1.5.3
1 parent 4801d66 commit e9b4dfd

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.2
2+
current_version = 1.5.3
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.2
5+
Version 1.5.3
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.2"
7+
version = "1.5.3"
88
description = "Oracle Table API Generator Application"
99
authors = [ {name = "Clive Bostock"} ]
1010
dependencies = [

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.2"
4+
__version__ = "1.5.3"

0 commit comments

Comments
 (0)