Skip to content

Commit 986f70a

Browse files
PiSa on TPX1PiSa on TPX1
authored andcommitted
Bump version: 2.3.1-beta0 → 2.3.1
1 parent 4e52928 commit 986f70a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# autorino
44
autorino is a tool for _Assisted Unloading, Treatment & Organisation of RINex Observations_ 🛰️ 🌐 🦏
55

6-
**Version: 2.3.1-beta0**
6+
**Version: 2.3.1**
77
**Date: 2025-08-29**
88

99
**Main developper:** [Pierre Sakic](https://github.com/PierreS-alpha) (IPGP-OVS, Paris, France)

autorino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
from os import path
1212

13-
__version__ = "2.3.1-beta0" # changed automaticcaly with bump-my-version
13+
__version__ = "2.3.1" # changed automaticcaly with bump-my-version
1414

1515
#### IMPORT CONFIG FOR LOGGER
1616
log_file_path = os.path.join(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ name = "autorino" # REQUIRED, is the only field that cannot be marked as dynami
3131
#
3232
# For a discussion on single-sourcing the version, see
3333
# https://packaging.python.org/guides/single-sourcing-package-version/
34-
version = "2.3.1-beta0" # REQUIRED, although can be dynamic
34+
version = "2.3.1" # REQUIRED, although can be dynamic
3535

3636
# This is a one-line description or tagline of what your project does. This
3737
# corresponds to the "Summary" metadata field:
@@ -191,7 +191,7 @@ include = ["autorino*"] # package names should match these glob patterns (["*"]
191191
#namespaces = false # to disable scanning PEP 420 namespaces (true by default)
192192

193193
[tool.bumpversion]
194-
current_version = "2.3.1-beta0" # REQUIRED, although can be dynamic
194+
current_version = "2.3.1" # REQUIRED, although can be dynamic
195195

196196

197197
##### SIMPLE CYCLE - MAJOR.MINOR.PATCH #####

0 commit comments

Comments
 (0)