Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-slide committed Oct 27, 2020
1 parent 69f2e8c commit 80bb402
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# versipy v0.2.4
# versipy v0.2.4.post1

![](pictures/versipy.png)

Expand All @@ -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**

---

Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.2.4" %}
{% set version = "0.2.4.post1" %}
{% set name = "versipy" %}

package:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions versipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions versipy/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions versipy_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 80bb402

Please sign in to comment.