Bump version: 0.1.0-rc0 → 0.1.1-dev0
This commit is contained in:
parent
f98f3d095e
commit
438a5b9360
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.1.0-rc0
|
||||
current_version = 0.1.1-dev0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '0.1.0-rc0'
|
||||
__version__ = '0.1.1-dev0'
|
||||
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ with open('README.md', 'r') as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setup(name='prototorch',
|
||||
version='0.1.0-rc0',
|
||||
version='0.1.1-dev0',
|
||||
description='Highly extensible, GPU-supported '
|
||||
'Learning Vector Quantization (LVQ) toolbox '
|
||||
'built using PyTorch and its nn API.',
|
||||
|
Loading…
Reference in New Issue
Block a user