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",