Skip to content

Commit

Permalink
Merge pull request #235 from IPGP/dev_ps_01a
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
PierreS-alpha authored Dec 28, 2024
2 parents da9a12e + 9b79403 commit 5103abe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "4.5.2"
current_version = "4.5.3"

parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
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 @@

# geodezyx (aka ___The GeodeZYX Toolbox___)

**Version: 4.5.2**
**Version: 4.5.3**
**Date: 2024-12-28**
**README Revision:** 2024-11-28

Expand Down
2 changes: 1 addition & 1 deletion geodezyx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
from os import path

__version__='4.5.2' ## increase it with bump-my-version !!!
__version__='4.5.3' ## increase it with bump-my-version !!!

#### IMPORT CONFIG FOR LOGGER
log_file_path = os.path.join(path.dirname(path.abspath(__file__)),'logconfig','loggzyx.py')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='4.5.2', ## change it in __init__.py and README.md !!!!
version='4.5.3', ## change it in __init__.py and README.md !!!!

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 5103abe

Please sign in to comment.