diff --git a/docs/conf.py b/docs/conf.py index d062b5b..4a58cff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2.2' +release = '0.2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index af62494..b4bc89c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pragma', - version='0.2.2', + version='0.2.3', packages=['pragma', 'pragma.core', 'pragma.core.resolve'], url='https://github.com/scnerd/pypragma', license='MIT',