Bump version: 0.0.0-dev1 → 0.1.0-dev0
This commit is contained in:
parent
f1b3f8a693
commit
4ec0bb5e60
@ -1,7 +1,7 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.0.0-dev1
|
current_version = 0.1.0-dev0
|
||||||
commit = True
|
commit = True
|
||||||
tag = False
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
|
||||||
serialize =
|
serialize =
|
||||||
{major}.{minor}.{patch}-{release}{build}
|
{major}.{minor}.{patch}-{release}{build}
|
||||||
@ -13,8 +13,9 @@ first_value = dev
|
|||||||
values =
|
values =
|
||||||
dev
|
dev
|
||||||
rc
|
rc
|
||||||
prod
|
prod
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
[bumpversion:file:./prototorch/__init__.py]
|
[bumpversion:file:./prototorch/__init__.py]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '0.0.0-dev1'
|
__version__ = '0.1.0-dev0'
|
||||||
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ with open('README.md', 'r') as fh:
|
|||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setup(name='prototorch',
|
setup(name='prototorch',
|
||||||
version='0.0.0-dev1',
|
version='0.1.0-dev0',
|
||||||
description='Highly extensible, GPU-supported '
|
description='Highly extensible, GPU-supported '
|
||||||
'Learning Vector Quantization (LVQ) toolbox '
|
'Learning Vector Quantization (LVQ) toolbox '
|
||||||
'built using PyTorch and its nn API.',
|
'built using PyTorch and its nn API.',
|
||||||
|
Loading…
Reference in New Issue
Block a user