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",