Skip to content

Commit

Permalink
Push for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienC21 committed Sep 17, 2023
1 parent cfe5b6e commit 7c5680a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
Changelog
==================================

0.3.0 (2023/09/18)
--------------------

- Debugging, additional plots

- More configuration options with more datasets

- New scripts (Tanimoto similarity, plot datasets)

0.2.1 (2023/08/13)
--------------------

- Debug the initial release of the package.

0.2.0 (2023/08/13)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion ccsd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

__author__ = "Adrien Carrel"
__email__ = "a.carrel@hotmail.fr"
__version__ = "0.2.1"
__version__ = "0.3.0"

__all__ = ["src", "data"]

0 comments on commit 7c5680a

Please sign in to comment.