Skip to content

Commit b040534

Browse files
PSTPX1PSTPX1
PSTPX1
authored and
PSTPX1
committed
v3.4.1
1 parent c81e699 commit b040534

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.4.0"
2+
current_version = "3.4.1"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ It is available under the GNU license on the following GitHub repository: https:
1111
v2+ - 2023-05-15 - Pierre Sakic - [email protected]
1212
v1 - 2022-02-07 - Félix Léger - [email protected]
1313

14-
Version: 3.4.0
15-
Date: 2024-09-30
14+
Version: 3.4.1
15+
Date: 2025-02-27
1616

1717
## Tools overview
1818

rinexmod/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from . import rinexmod_api
66
from . import get_m3g
77

8-
__version__='3.4.0' # changed automaticcaly with bump-my-version
8+
__version__='3.4.1' # changed automaticcaly with bump-my-version
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# project code, see
4747
# https://packaging.python.org/en/latest/single_source_version.html
4848

49-
version=str('3.4.0'), # Required ## CHANGE IT ALSO IN __init__ and readme !!!!
49+
version=str('3.4.1'), # Required ## CHANGE IT ALSO IN __init__ and readme !!!!
5050

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

0 commit comments

Comments
 (0)