Skip to content

Commit

Permalink
Merge pull request #58 from SATAY-LL/release_1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
leilaicruz authored Sep 22, 2021
2 parents f8810cd + 0856fe9 commit 0d22a47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).


## [1.1.0] - 2021-09-21
## [1.1.1] - 2021-09-22
### Added
- Test framework with continuos integration through Github actions that generates a coverage report from SoundCloud after every push and pull requests.
- Pip installable package
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/SATAY-LL/Transposonmapper"
title: transposonmapper
doi: 10.5281/zenodo.4636301
version: 1.1.0
version: 1.1.1
...
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1

[bumpversion:file:transposonmapper/__version__.py]
search = __version__ = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion transposonmapper/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 0d22a47

Please sign in to comment.