diff --git a/doc/source/conf.py b/doc/source/conf.py index 767fc2a..1661b46 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.2.0' import sys import os diff --git a/schnell/__init__.py b/schnell/__init__.py index c70d004..4d450ee 100644 --- a/schnell/__init__.py +++ b/schnell/__init__.py @@ -9,4 +9,4 @@ from .detector import ( # noqa Detector, GroundDetectorTriangle, GroundDetector, LISADetector) -__version__ = '0.1.1' +__version__ = '0.2.0' diff --git a/setup.py b/setup.py index d0b86d6..d404ba2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description = f.read() setup(name="schnell", - version="0.1.0", + version="0.2.0", description=description, long_description=long_description, long_description_content_type='text/markdown',