Skip to content

Commit 12e197f

Browse files
authored
Merge pull request #24 from BU-ISCIII/develop
bump 3.0.1 version
2 parents b52a1ce + d92470d commit 12e197f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [3.0.1dev] - 202X-XX-XX : https://github.com/BU-ISCIII/relecov-tools/releases/tag/
7+
## [3.0.1] - 202X-XX-XX : https://github.com/BU-ISCIII/relecov-tools/releases/tag/
8+
9+
Same version as before for proper publish to pip.
810

911
### Credits
1012

1113
Code contributions to the release:
1214

15+
Sara Monzon - [saramonzon](https://github.com/saramonzon)
16+
1317
### Modules
1418

1519
#### Added enhancements

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 = "taranys"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
dynamic = ["dependencies"]
99
requires-python = ">=3.10"
1010

taranys/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_taranys():
6767
)
6868

6969
# stderr.print("[green] `._,._,'\n", highlight=False)
70-
__version__ = "3.0.0"
70+
__version__ = "3.0.1"
7171
stderr.print(
7272
"\n" "[grey39] taranys version {}".format(__version__), highlight=False
7373
)

0 commit comments

Comments
 (0)