Skip to content

Commit

Permalink
Rowan 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 28, 2024
1 parent 22924d8 commit 6f26e3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 1.3.0
current_version = 1.3.1
commit = False
tag = False
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#
# The full version, including alpha/beta/rc tags.

release = "1.3.0"
release = "1.3.1"

# The short X.Y version.
version = release[:3]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rowan"
version = "1.3.0"
version = "1.3.1"
description = "Perform quaternion operations using NumPy arrays"
readme = "README.rst"
license = { file = "LICENSE.txt" }
Expand Down
2 changes: 1 addition & 1 deletion rowan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)

# Get the version
__version__ = "1.3.0"
__version__ = "1.3.1"

__all__ = [
"calculus",
Expand Down

0 comments on commit 6f26e3b

Please sign in to comment.