Bump version: 0.1.1-dev0 → 0.1.1-rc0
This commit is contained in:
parent
cf0659d881
commit
0cfbc0473b
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.1-dev0
|
current_version = 0.1.1-rc0
|
||||||
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+))?
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
"""ProtoTorch package."""
|
"""ProtoTorch package."""
|
||||||
|
|
||||||
__version__ = '0.1.1-dev0'
|
__version__ = '0.1.1-rc0'
|
||||||
|
|
||||||
from prototorch import datasets, functions, modules
|
from prototorch import datasets, functions, modules
|
||||||
|
|
||||||
|
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.1.1-dev0',
|
version='0.1.1-rc0',
|
||||||
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