From 6bd7fb52d4b31d828879a4837c71a68100f45abb Mon Sep 17 00:00:00 2001 From: Michael Haslam Date: Wed, 6 Apr 2022 11:35:56 +0100 Subject: [PATCH] Update version numbers. --- gen_pygments_css/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_pygments_css/__init__.py b/gen_pygments_css/__init__.py index 675386b..128f885 100644 --- a/gen_pygments_css/__init__.py +++ b/gen_pygments_css/__init__.py @@ -31,4 +31,4 @@ # ################################################################################ # Version of gen-pygments-css package -__version__ = "0.0.2" \ No newline at end of file +__version__ = "0.0.3" \ No newline at end of file diff --git a/setup.py b/setup.py index 7029efa..6e39788 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setup( name="gen-pygments-css", - version="0.0.2", + version="0.0.3", description="Generate CSS stylesheets for each Pygments supported style.", long_description=README, long_description_content_type="text/markdown",