Skip to content

Commit 80bb402

Browse files
committed
typo fix
1 parent 69f2e8c commit 80bb402

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# versipy v0.2.4
1+
# versipy v0.2.4.post1
22

33
![](pictures/versipy.png)
44

@@ -14,7 +14,7 @@
1414

1515
---
1616

17-
**Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git**
17+
**Versatile version and medatada managment across the python packaging ecosystem with git integration**
1818

1919
---
2020

meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.2.4" %}
1+
{% set version = "0.2.4.post1" %}
22
{% set name = "versipy" %}
33

44
package:
@@ -29,7 +29,7 @@ about:
2929
home: https://github.com/a-slide/versipy
3030
license: GPLv3
3131
licence_url: https://www.gnu.org/licenses/gpl-3.0.en.html
32-
summary: Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git
32+
summary: Versatile version and medatada managment across the python packaging ecosystem with git integration
3333

3434
extra:
3535
author: Adrien Leger

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Collect info in a dictionary for setup.py
1111
setup(
1212
name="versipy",
13-
description="Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git",
14-
version="0.2.4",
13+
description="Versatile version and medatada managment across the python packaging ecosystem with git integration",
14+
version="0.2.4.post1",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/a-slide/versipy",

versipy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ version:
55
a: null
66
b: null
77
rc: null
8-
post: null
8+
post: 1
99
dev: null
1010
managed_values:
1111
__package_name__: versipy
12-
__package_description__: Versatile version and medatada managment across the python packaging ecosystem with git integration
12+
__package_description__: Versatile version and medatada managment across the python
13+
packaging ecosystem with git integration
1314
__package_url__: https://github.com/a-slide/versipy
1415
__author_name__: Adrien Leger
1516
__author_email__: contact@adrienleger.com

versipy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__name__ = "versipy"
2-
__version__ = "0.2.4"
3-
__description__ = "Versatile version and medatada managment across the python packaging with git integration ecosystem, integrated with git"
2+
__version__ = "0.2.4.post1"
3+
__description__ = "Versatile version and medatada managment across the python packaging ecosystem with git integration"
44
__url__ = "https://github.com/a-slide/versipy"
55
__licence__ = "GPLv3"
66
__author__ = "Adrien Leger"

versipy_history.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
2020-10-27 16:15:31.935959 0.2.3.dev1 local test
1616
2020-10-27 16:29:35.809467 0.2.3.dev2 Update doc and formatting changes
1717
2020-10-27 16:34:43.746265 0.2.4 Update doc and formatting changes
18+
2020-10-27 18:28:53.873189 0.2.4.post1 typo fix

0 commit comments

Comments
 (0)