File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.4
2+ current_version = 0.10.0.alpha.0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)\.(?P<build>\d+))?
Original file line number Diff line number Diff line change 11package :
22 name : decode
3- version : " 0.9.4 " # do not modify by hand set and sync with bumpversion
3+ version : " 0.10.0.alpha.0 " # do not modify by hand set and sync with bumpversion
44
55source :
66 - path : ../..
Original file line number Diff line number Diff line change 44
55"""
66
7- __version__ = '0.9.4 ' # do not modify by hand set and sync with bumpversion
7+ __version__ = '0.10.0.alpha.0 ' # do not modify by hand set and sync with bumpversion
88__author__ = 'Lucas-Raphael Müller, Artur Speiser'
99__repo__ = 'https://github.com/TuragaLab/DECODE/master/gateway.yaml' # main repo
1010__gateway__ = 'https://raw.githubusercontent.com/TuragaLab/DECODE/master/gateway.yaml' # gateway
Original file line number Diff line number Diff line change 3636
3737setup (
3838 name = 'decode' ,
39- version = '0.9.4 ' , # do not modify by hand set and sync with bumpversion
39+ version = '0.10.0.alpha.0 ' , # do not modify by hand set and sync with bumpversion
4040 packages = setuptools .find_packages (),
4141 include_package_data = True ,
4242 install_requires = requirements ,
You can’t perform that action at this time.
0 commit comments