diff --git a/clifford/_version.py b/clifford/_version.py index 9f97a344..73eb96c6 100644 --- a/clifford/_version.py +++ b/clifford/_version.py @@ -5,4 +5,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module -__version__ = '1.3.0dev1' +__version__ = '1.3.0dev2'