Skip to content

Commit 1d3627e

Browse files
committed
Releasing 0.3.3
1 parent 8706b1a commit 1d3627e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.3'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.3.3alpha'
56+
release = '0.3.3'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

pastis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from . import algorithms
66

77

8-
__version__ = '0.3.3alpha'
8+
__version__ = '0.3.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DESCRIPTION = 'A set of algorithms for the 3D inference of the genome'
99
MAINTAINER = 'Nelle Varoquaux'
1010
MAINTAINER_EMAIL = '[email protected]'
11-
VERSION = '0.3.3alpha'
11+
VERSION = '0.3.3'
1212
LICENSE = "New BSD"
1313
URL = 'http://cbio.ensmp.fr/pastis'
1414
DOWNLOAD_URL = 'https://github.com/hiclib/pastis/releases'

0 commit comments

Comments
 (0)