diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ea53fe0..7020743 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.1.3 +current_version = 0.1.4 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 16ad607..99bbbf7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="PVNet_summation", - version="0.1.3", + version="0.1.4", license="MIT", description="Package for training summation model for PVNet", author="James Fulton",