Skip to content

Commit

Permalink
Bumped version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohadfield committed Aug 27, 2019
1 parent e965115 commit e168644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
from clifford.io import write_ga_file, read_ga_file


__version__ = '1.0.4'
__version__ = '1.0.5'

# The blade finding regex for parsing strings of mvs
_blade_pattern = "((^|\s)-?\s?\d+(\.\d+)?)\s|(-\s?(\d+((e(\+|-))|\.)?(\d+)?)\^e\d+(\s|$))|((^|\+)\s?(\d+((e(\+|-))|\.)?(\d+)?)\^e\d+(\s|$))"
Expand Down
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 @@
import sphinx_rtd_theme

# The short X.Y version.
version = '1.0.4'
version = '1.0.5'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages
from distutils.core import Extension

VERSION = '1.0.4'
VERSION = '1.0.5'
LONG_DESCRIPTION = """
A numerical geometric algebra module for python. BSD License.
"""
Expand Down

0 comments on commit e168644

Please sign in to comment.