diff --git a/setup.cfg b/setup.cfg index ab1a049..c214d5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = stockpyl -version = 0.0.13 +version = 0.0.14 description = A Python package for inventory optimization and simulation long_description = file: README.md long_description_content_type = text/markdown @@ -43,7 +43,7 @@ packages=find: [options.packages.find] where=src [bumpver] -current_version = "0.0.13" +current_version = "0.0.14" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = True