diff --git a/doc/conf.py b/doc/conf.py index de5624a5..f6f57aa1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.0' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pastis/__init__.py b/pastis/__init__.py index 788dd236..4a0bf726 100644 --- a/pastis/__init__.py +++ b/pastis/__init__.py @@ -3,4 +3,4 @@ from . import externals -__version__ = '0.3-git' +__version__ = '0.3.0' diff --git a/setup.py b/setup.py index 945e755d..1eaf565d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ DESCRIPTION = 'A set of algorithms for the 3D inference of the genome' MAINTAINER = 'Nelle Varoquaux' MAINTAINER_EMAIL = 'nelle.varoquaux@ensmp.fr' -VERSION = '0.3-git' +VERSION = '0.3.0' LICENSE = "New BSD" URL = 'http://cbio.ensmp.fr/pastis' DOWNLOAD_URL = 'https://github.com/hiclib/pastis/releases'