[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20171204
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=c0d3ec73b68e91a944d824e7024d7a69dde1fb5a commit c0d3ec73b68e91a944d824e7024d7a69dde1fb5a Author: Jon Turney <[email protected]> Date: Mon Dec 4 13:53:25 2017 +0000 Update version to 20171204 Diff: --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index 94c78ca..d5f68ca 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='calm', - version='20171113', + version='20171204', description='Cygwin packaging maintenance tool', long_description=open('README.md').read(), author='Jon Turney',