We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de9939 commit aff0de6Copy full SHA for aff0de6
docs/conf.py
@@ -26,7 +26,7 @@
26
author = 'bcbio-nextgen contributors'
27
28
# The full version, including alpha/beta/rc tags
29
-version = release = '1.2.0'
+version = release = '1.2.4'
30
31
# -- General configuration ---------------------------------------------------
32
setup.py
@@ -7,7 +7,7 @@
7
8
import setuptools
9
10
-VERSION = '1.2.3'
+VERSION = '1.2.4'
11
12
# add bcbio version number and git commit hash of the current revision to version.py
13
try:
0 commit comments