Skip to content

Commit

Permalink
bump 3.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Jan 3, 2025
1 parent 1de6d7a commit d92470d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.

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).

## [3.0.1dev] - 202X-XX-XX : https://github.com/BU-ISCIII/relecov-tools/releases/tag/
## [3.0.1] - 202X-XX-XX : https://github.com/BU-ISCIII/relecov-tools/releases/tag/

Same version as before for proper publish to pip.

### Credits

Code contributions to the release:

Sara Monzon - [saramonzon](https://github.com/saramonzon)

### Modules

#### Added enhancements
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 = "taranys"
version = "3.0.0"
version = "3.0.1"
dynamic = ["dependencies"]
requires-python = ">=3.10"

Expand Down
2 changes: 1 addition & 1 deletion taranys/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run_taranys():
)

# stderr.print("[green] `._,._,'\n", highlight=False)
__version__ = "3.0.0"
__version__ = "3.0.1"
stderr.print(
"\n" "[grey39] taranys version {}".format(__version__), highlight=False
)
Expand Down

0 comments on commit d92470d

Please sign in to comment.