Bump version: 0.1.0-rc0 → 0.1.1-dev0

This commit is contained in:
blackfly 2020-04-08 23:00:34 +02:00
parent f98f3d095e
commit 438a5b9360
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.0-rc0 current_version = 0.1.1-dev0
commit = True commit = True
tag = True 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+))?

View File

@ -1 +1 @@
__version__ = '0.1.0-rc0' __version__ = '0.1.1-dev0'

View File

@ -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.1.0-rc0', version='0.1.1-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.',