Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bricoletc committed Oct 27, 2021
1 parent 23e4cd4 commit 7c2116e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2021-10-27

### Added
- New CLI:
- `-S`, `--seqid` option to name the PRG sequence, which by default uses the file name.
Expand Down Expand Up @@ -60,9 +62,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
source project CHANGELOG.


[Unreleased]: https://github.com/rmcolq/make_prg/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/iqbal-lab-org/make_prg/compare/v0.2.0...HEAD

[0.1.1]: https://github.com/rmcolq/make_prg/releases/v0.1.1
[0.1.0]: https://github.com/rmcolq/make_prg/releases/v0.1.0
[0.2.0]: https://github.com/iqbal-lab-org/make_prg/releases/tag/0.2.0
[0.1.1]: https://github.com/iqbal-lab-org/make_prg/releases/tag/0.1.1
[0.1.0]: https://github.com/iqbal-lab-org/make_prg/releases/tag/0.1.0

[27]: https://github.com/iqbal-lab-org/make_prg/issues/27
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="make_prg",
version="0.1.1",
version="0.2.0",
packages=find_packages(),
url="https://github.com/rmcolq/make_prg",
license="MIT",
Expand Down

0 comments on commit 7c2116e

Please sign in to comment.