From 80bb4028da007622ebe44184a29296325911fa67 Mon Sep 17 00:00:00 2001 From: a-slide Date: Tue, 27 Oct 2020 18:28:53 +0000 Subject: [PATCH] typo fix --- README.md | 4 ++-- meta.yaml | 4 ++-- setup.py | 4 ++-- versipy.yaml | 5 +++-- versipy/__init__.py | 4 ++-- versipy_history.txt | 1 + 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 66c8665..fc47b51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# versipy v0.2.4 +# versipy v0.2.4.post1 ![](pictures/versipy.png) @@ -14,7 +14,7 @@ --- -**Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git** +**Versatile version and medatada managment across the python packaging ecosystem with git integration** --- diff --git a/meta.yaml b/meta.yaml index f6283d6..3127299 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.2.4" %} +{% set version = "0.2.4.post1" %} {% set name = "versipy" %} package: @@ -29,7 +29,7 @@ about: home: https://github.com/a-slide/versipy license: GPLv3 licence_url: https://www.gnu.org/licenses/gpl-3.0.en.html - summary: Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git + summary: Versatile version and medatada managment across the python packaging ecosystem with git integration extra: author: Adrien Leger diff --git a/setup.py b/setup.py index 6b0b2b4..89b6d82 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ # Collect info in a dictionary for setup.py setup( name="versipy", - description="Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git", - version="0.2.4", + description="Versatile version and medatada managment across the python packaging ecosystem with git integration", + version="0.2.4.post1", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/a-slide/versipy", diff --git a/versipy.yaml b/versipy.yaml index fd82f53..9411b3a 100644 --- a/versipy.yaml +++ b/versipy.yaml @@ -5,11 +5,12 @@ version: a: null b: null rc: null - post: null + post: 1 dev: null managed_values: __package_name__: versipy - __package_description__: Versatile version and medatada managment across the python packaging ecosystem with git integration + __package_description__: Versatile version and medatada managment across the python + packaging ecosystem with git integration __package_url__: https://github.com/a-slide/versipy __author_name__: Adrien Leger __author_email__: contact@adrienleger.com diff --git a/versipy/__init__.py b/versipy/__init__.py index d5a690f..d8b950e 100644 --- a/versipy/__init__.py +++ b/versipy/__init__.py @@ -1,6 +1,6 @@ __name__ = "versipy" -__version__ = "0.2.4" -__description__ = "Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git" +__version__ = "0.2.4.post1" +__description__ = "Versatile version and medatada managment across the python packaging ecosystem with git integration" __url__ = "https://github.com/a-slide/versipy" __licence__ = "GPLv3" __author__ = "Adrien Leger" diff --git a/versipy_history.txt b/versipy_history.txt index d6b37b8..0896412 100644 --- a/versipy_history.txt +++ b/versipy_history.txt @@ -15,3 +15,4 @@ 2020-10-27 16:15:31.935959 0.2.3.dev1 local test 2020-10-27 16:29:35.809467 0.2.3.dev2 Update doc and formatting changes 2020-10-27 16:34:43.746265 0.2.4 Update doc and formatting changes +2020-10-27 18:28:53.873189 0.2.4.post1 typo fix