diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5ed42ca0..44aa3574 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -104,6 +104,6 @@ To publish an OST new version: increment detected: PATCH - Push to :code:`main` (the commit is already created by the :code:`cz bump` command) -- Monitor the Github actions +- create a new release using the new tag name and the autogenerate report. It will trigger the publication on pipy. ✨ Happy contribuing ! ✨ diff --git a/ost/__init__.py b/ost/__init__.py index a61ed9b9..24f76138 100644 --- a/ost/__init__.py +++ b/ost/__init__.py @@ -5,4 +5,4 @@ __author__ = "Andreas Vollrath" __email__ = "opensarkit@gmail.com" -__version__ = "0.12.13" +__version__ = "0.12.14" diff --git a/setup.py b/setup.py index 4b9a2cd6..4b4bc782 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ gdal.__version__ # the version number -version = "0.12.13" +version = "0.12.14" # The directory containing this file HERE = Path(__file__).parent