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 8b370db commit 8549cf3Copy full SHA for 8549cf3
docs/changelog.rst
@@ -3,6 +3,9 @@
3
Changelog
4
=========
5
6
+v0.4 (Development)
7
+------------------
8
+
9
v0.3
10
----
11
setup.py
@@ -14,8 +14,8 @@
14
from basesetup import write_version_py
15
16
NAME = "mdentropy"
17
-VERSION = "0.3.0"
18
-ISRELEASED = True
+VERSION = "0.4.0dev0"
+ISRELEASED = False
19
__version__ = VERSION
20
21
0 commit comments