File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = u'SplAdder'
23- copyright = u'2019 , Andre Kahles'
23+ copyright = u'2013-2022 , Andre Kahles'
2424author = u'Andre Kahles'
2525
2626# The short X.Y version
2727version = u'3.0'
2828# The full version, including alpha/beta/rc tags
29- release = u'3.0.0 '
29+ release = u'3.0.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.0
2+ current_version = 3.0.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 4545 test_suite = 'tests' ,
4646 tests_require = test_requirements ,
4747 url = 'https://github.com/ratschlab/spladder' ,
48- version = '3.0.0 ' ,
48+ version = '3.0.1 ' ,
4949 zip_safe = False ,
5050)
Original file line number Diff line number Diff line change 44
55__author__ = """Andre Kahles"""
667- __version__ = '3.0.0 '
7+ __version__ = '3.0.1 '
You can’t perform that action at this time.
0 commit comments