Bump version: 0.4.0 → 0.4.1
This commit is contained in:
parent
2175f524e8
commit
a864cf5d4d
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.4.0
|
||||
current_version = 0.4.1
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
||||
|
@ -23,7 +23,7 @@ author = "Jensun Ravichandran"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
#
|
||||
release = "0.4.0"
|
||||
release = "0.4.1"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
"""ProtoTorch package."""
|
||||
|
||||
# Core Setup
|
||||
__version__ = "0.4.0"
|
||||
__version__ = "0.4.1"
|
||||
|
||||
__all_core__ = [
|
||||
"datasets",
|
||||
|
Loading…
Reference in New Issue
Block a user