diff --git a/PKG-INFO b/PKG-INFO index 609ed09..c694934 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pandoc-numbering -Version: 0.1.0 +Version: 0.1.1 Author: Christophe Demko Author-email: chdemko at gmail com Home-page: https://github.com/chdemko/pandoc-numbering diff --git a/setup.py b/setup.py index 17a430e..2aa4c5c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.0', + version='0.1.1', # The project's description description='A pandoc filter for automatic numbering',