We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c569a commit 2e6394cCopy full SHA for 2e6394c
2 files changed
README.md
@@ -163,8 +163,8 @@ Finally, to restart apache issue
163
Changelog
164
=========
165
166
-Version 0.2dev
167
---------------
+Version 0.2
+-----------
168
169
* DOC: described arguments of the comand line tool
170
* ADD: --host and --port arguments
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
6
-VERSION = "0.2dev"
+VERSION = "0.2"
7
CLASSIFIERS = [
8
"Development Status :: 3 - Alpha",
9
"Intended Audience :: Science/Research",
0 commit comments