From 4d4cb40d8eecdb78081053b08cf4f7ca5457e94a Mon Sep 17 00:00:00 2001 From: arose Date: Fri, 20 Nov 2015 15:09:11 +0100 Subject: [PATCH] RELEASE: 0.2 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa5628c..00dea24 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ In case you get "ValueError: did not find HDF5 headers" try: Changelog ========= -Version 0.2dev --------------- +Version 0.2 +----------- * ADD: package ready for PyPI * CODE: Python 3 compatibility diff --git a/setup.py b/setup.py index 4779925..fa06be8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, Extension, find_packages -VERSION = "0.2.dev4" +VERSION = "0.2" CLASSIFIERS = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research",