Bump version: 0.1.1-rc0 → 0.2.0
This commit is contained in:
parent
98a8fc52fa
commit
db842b79bb
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.1.1-rc0
|
||||
current_version = 0.2.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
|
||||
|
@ -24,7 +24,7 @@ author = "Jensun Ravichandran"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
#
|
||||
release = "0.1.1-rc0"
|
||||
release = "0.2.0"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""ProtoTorch package."""
|
||||
|
||||
__version__ = '0.1.1-rc0'
|
||||
__version__ = '0.2.0'
|
||||
|
||||
from prototorch import datasets, functions, modules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user