Skip to content

Commit

Permalink
version bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Dec 27, 2020
1 parent 0108a72 commit fd55949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fd55949

Please sign in to comment.