Skip to content

Commit

Permalink
Bump version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Mar 11, 2021
1 parent a51aa11 commit b8f4670
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.13.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Fresnel
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.13.0"
PROJECT_NUMBER = "0.13.1"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion INSTALLING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Obtain the source

Download source releases directly from the web: https://glotzerlab.engin.umich.edu/downloads/fresnel::

$ curl -O https://glotzerlab.engin.umich.edu/downloads/fresnel/fresnel-v0.13.0.tar.gz
$ curl -O https://glotzerlab.engin.umich.edu/downloads/fresnel/fresnel-v0.13.1.tar.gz

Or, clone using git::

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.0'
version = '0.13.1'
# The full version, including alpha/beta/rc tags.
release = '0.13.0'
release = '0.13.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fresnel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
version (str): fresnel package version, following semantic versioning.
"""

version = "0.13.0"
version = "0.13.1"

0 comments on commit b8f4670

Please sign in to comment.