Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 5, 2022
1 parent bdbe69f commit faf6bd2
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 @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyfamsa/compare/5dca3122...HEAD
[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.1.0...HEAD


## [v0.1.0] - 2022-08-05
[v0.1.0]: https://github.com/althonos/pyfamsa/compare/5dca3122...v0.1.0

Initial release.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ recursive-include pyfamsa/tests/data *

recursive-include vendor/FAMSA README.md LICENSE makefile
recursive-include vendor/FAMSA/src *.cpp *.h *.hpp
recursive-include vendor/FAMSA/libs/boost *.h *.hpp
recursive-include vendor/FAMSA/libs/boost *.h *.hpp *.ipp
recursive-include vendor/FAMSA/libs/mimalloc *.h *.c mimalloc-LICENSE

recursive-include pyfamsa *.py *.pyi *.pyx *.pxd *.h py.typed
Expand Down
2 changes: 1 addition & 1 deletion pyfamsa/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit faf6bd2

Please sign in to comment.