Skip to content

Commit bbf2860

Browse files
committed
Merge branch 'development'
2 parents 3594257 + c629a3e commit bbf2860

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = u'Andre Kahles'
2525

2626
# The short X.Y version
27-
version = u'2.5'
27+
version = u'3.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.5.0'
29+
release = u'3.0.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.0
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite='tests',
4646
tests_require=test_requirements,
4747
url='https://github.com/ratschlab/spladder',
48-
version='2.5.0',
48+
version='3.0.0',
4949
zip_safe=False,
5050
)

spladder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Andre Kahles"""
66
__email__ = 'andre.kahles@inf.ethz.ch'
7-
__version__ = '2.5.0'
7+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)