Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
David Maxson authored and David Maxson committed May 3, 2021
1 parent dbc63fa commit dd41333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.2.4
current_version = 0.2.5
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]
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.4'
release = '0.2.5'

# 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.4',
version='0.2.5',
packages=['pragma', 'pragma.core', 'pragma.core.resolve'],
url='https://github.com/scnerd/pypragma',
license='MIT',
Expand Down

0 comments on commit dd41333

Please sign in to comment.