From f9ec2c270842bbb4618eb4650683f7365539ad50 Mon Sep 17 00:00:00 2001 From: arose Date: Sun, 22 Nov 2015 22:54:48 +0100 Subject: [PATCH] RELEASE: 0.3 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edde3ab..9d11de7 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ In case you get "ValueError: did not find HDF5 headers" try: Changelog ========= -Version 0.3dev --------------- +Version 0.3 +----------- * FIX: DCD Python 2 compatibility diff --git a/setup.py b/setup.py index c6119b3..d885c4e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, Extension, find_packages -VERSION = "0.3.dev0" +VERSION = "0.3" CLASSIFIERS = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research",