Skip to content

Commit

Permalink
Bump version: 1.4.28 → 1.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon60 committed Jan 29, 2025
1 parent 0b3f954 commit d1865a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.28
current_version = 1.4.29
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# OraTAPI - Oracle Table API Generator

Version 1.4.28
Version 1.4.29

- [OraTAPI - Oracle Table API Generator](#oratapi---oracle-table-api-generator)
- [About OraTAPI](#about-oratapi)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "OraTAPI"
version = "1.4.28"
version = "1.4.29"
description = "Oracle Table API Generator Application"
authors = [ {name = "Clive Bostock"} ]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/controller/ora_tapi.py
Original file line number Diff line number Diff line change
@@ -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.28"
__version__ = "1.4.29"
import copy
import time

Expand Down

0 comments on commit d1865a8

Please sign in to comment.