We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbe409 commit 4dd708dCopy full SHA for 4dd708d
CHANGELOG
@@ -11,7 +11,7 @@ The rules for CHANGELOG file:
11
12
.. inclusion-marker-changelog-start
13
14
-0.1.5 (XXXX/XX/XX)
+0.2.0 (2023/08/24)
15
------------------
16
17
- Add this ``CHANGELOG`` file (#198)
src/skmatter/__init__.py
@@ -7,4 +7,4 @@
7
coding guidelines to promote usability and interoperability with existing workflows.
8
"""
9
10
-__version__ = "0.1.4"
+__version__ = "0.2.0"
0 commit comments