From 7c85f3188567961fafadb91eeb1c0e50f4c4d8a0 Mon Sep 17 00:00:00 2001 From: LarrySnyder Date: Tue, 12 Jul 2022 13:51:17 -0400 Subject: [PATCH] bump version 0.0.11 -> 0.0.12 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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