Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 10, 2024
1 parent f263c71 commit aa8dec3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.5](https://github.com/Loop3D/FoldOptLib/compare/v0.1.4...v0.1.5) (2024-04-10)


### Bug Fixes

* added loop3d channel ([3b29d55](https://github.com/Loop3D/FoldOptLib/commit/3b29d557cf15e8d1466a807c8c8308332ebac2a1))
* no linting or tests for now ([4840e5c](https://github.com/Loop3D/FoldOptLib/commit/4840e5c607fcff8521f997c5fb31730e45300b1b))
* python version syntax error ([f263c71](https://github.com/Loop3D/FoldOptLib/commit/f263c71dd0d16f7a0834f811e0ea10e48a29aa91))
* supports only python 3.9+ ([a1018e1](https://github.com/Loop3D/FoldOptLib/commit/a1018e1554310a9136ccf15b1e3f75d8c3a63d6f))
* utils mport ([9d8f0de](https://github.com/Loop3D/FoldOptLib/commit/9d8f0de77e05c9816ae83e632ce0f206a5781cf0))

## [0.1.4](https://github.com/Loop3D/FoldOptLib/compare/v0.1.3...v0.1.4) (2024-03-27)


Expand Down
2 changes: 1 addition & 1 deletion FoldOptLib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit aa8dec3

Please sign in to comment.