Skip to content

Commit

Permalink
Bump version: 0.4.7 → 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Mar 5, 2017
1 parent 2a304f4 commit 21c3da7
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -65,7 +65,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.7'
release = '0.4.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
[bumpversion]
current_version = 0.4.8
commit = True
tag = False

[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]

[wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='polylx',
version='0.4.7',
version='0.4.8',
description="A Python package to visualize and analyze microstructures.",
long_description=readme + '\n\n' + history,
author="Ondrej Lexa",
Expand Down

0 comments on commit 21c3da7

Please sign in to comment.