Skip to content

Commit

Permalink
Correct minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielward27 committed Aug 24, 2023
1 parent 79e00d3 commit c52e56b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
project = "FlowJax"
copyright = "2022, Daniel Ward"
author = "Daniel Ward"
release = "v10.0.1"
release = "v10.0.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion flowjax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""flowjax - Basic flowjax implementation in jax."""

__version__ = "10.0.1"
__version__ = "10.0.3"
__author__ = "Daniel Ward <danielward27@outlook.com>"
__all__ = []
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(filename):

setup(
name="flowjax",
version="10.0.1",
version="10.0.3",
url="https://github.com/danielward27/flowjax.git",
license="MIT",
author="Daniel Ward",
Expand Down

0 comments on commit c52e56b

Please sign in to comment.