From 6f26e3b4b862d29004087072b1fbd2186ffcd640 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 28 Oct 2024 11:33:09 -0400 Subject: [PATCH] Rowan 1.3.1 --- .bumpversion.cfg | 2 +- doc/conf.py | 2 +- pyproject.toml | 2 +- rowan/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b93fade..d9621df 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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}. diff --git a/doc/conf.py b/doc/conf.py index 4034c48..7158d03 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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] diff --git a/pyproject.toml b/pyproject.toml index 6f018c6..9a09996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/rowan/__init__.py b/rowan/__init__.py index 8acdc74..55b1b35 100644 --- a/rowan/__init__.py +++ b/rowan/__init__.py @@ -53,7 +53,7 @@ ) # Get the version -__version__ = "1.3.0" +__version__ = "1.3.1" __all__ = [ "calculus",