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