Skip to content

Commit 208da54

Browse files
committed
release 1.0.0.post2
1 parent ea420f9 commit 208da54

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.0.0.post2 (2020-08-21)
2+
------------------------
3+
- fix pre-commit (#14)
4+
5+
1.0.0.post1 (2020-08-21)
6+
------------------------
7+
- fix Manifest.in and add readme in pypi
8+
19
1.0.0 (2020-08-21)
210
------------------
311
Refactor

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="python-seed",
18-
version="1.0.0.post1",
18+
version="1.0.0.post2",
1919
description="Create skeleton of python project",
2020
long_description=readme,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)