diff --git a/docs/whats_new.rst b/docs/whats_new.rst index c2f9530..be5f936 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -12,8 +12,6 @@ Enhancements ~~~~~~~~~~~~ - Many minor changes to documentation. -Bug fixes -~~~~~~~~~ .. _whats-new.0.0.2: diff --git a/setup.py b/setup.py index 5008804..bebd815 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='baysparpy', - version='0.0.2', + version='0.0.3', description='An Open Source Python package for TEX86 calibration', long_description=readme(), license='GPLv3',