[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20200129
jturney-9JcytcrH/[email protected]
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=a56dc7c1e10f84c33795f1c873046b04562c0834 commit a56dc7c1e10f84c33795f1c873046b04562c0834 Author: Jon Turney <[email protected]> Date: Wed Jan 29 15:57:01 2020 +0000 Update version to 20200129 Diff: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba85d30..1943b4b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='calm', - version='20190530', + version='20200129', description='Cygwin packaging maintenance tool', long_description=open('README.md').read(), author='Jon Turney',