Skip to content

Commit

Permalink
Bump up to version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 18, 2018
1 parent cf1bda9 commit 19bdb9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -64,7 +64,7 @@
#
# The full version, including alpha/beta/rc tags.

release = '1.1.0'
release = '1.1.1'

# The short X.Y version.
version = release[:3]
Expand Down
2 changes: 1 addition & 1 deletion rowan/__init__.py
Expand Up @@ -33,7 +33,7 @@
vector_vector_rotation)

# Get the version
__version__ = '1.1.0'
__version__ = '1.1.1'

__all__ = ['calculus', 'geometry', 'interpolate', 'mapping', 'random',
'allclose', 'conjugate', 'divide', 'exp', 'expb', 'exp10', 'equal',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
import os

# Gets the version
version = '1.1.0'
version = '1.1.1'

# Read README for PyPI, fallback if it fails.
desc = 'Perform quaternion operations using NumPy arrays'
Expand Down

0 comments on commit 19bdb9a

Please sign in to comment.