diff --git a/README.md b/README.md index 24a318b..b631f1f 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,8 @@ Finally, to restart apache issue Changelog ========= -Version 0.2dev --------------- +Version 0.2 +----------- * DOC: described arguments of the comand line tool * ADD: --host and --port arguments diff --git a/setup.py b/setup.py index f35aae5..155e19e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -VERSION = "0.2dev" +VERSION = "0.2" CLASSIFIERS = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research",