From 63b7c0e97664cb8edb38e1f2a440ecdaf9a9e8ce Mon Sep 17 00:00:00 2001 From: Mike Shumko Date: Thu, 17 Oct 2024 11:36:28 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.cfg | 2 +- src/manylabels/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7651785..7aeb4ab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.1.0 tag = True commit = True diff --git a/setup.cfg b/setup.cfg index d3e3623..e3c80cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = manylabels -version = 0.0.4 +version = 0.1.0 description = Automatically add multiple x-axis labels to your matplotlib subplots. long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/manylabels/__init__.py b/src/manylabels/__init__.py index c9e355d..f0433d8 100644 --- a/src/manylabels/__init__.py +++ b/src/manylabels/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.4' +__version__ = '0.1.0' from ._manylabels import ManyLabels \ No newline at end of file