[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20181020
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=c4b5da2c091f9d2f14e4cba8544d63d68369f47e commit c4b5da2c091f9d2f14e4cba8544d63d68369f47e Author: Jon Turney <[email protected]> Date: Sat Oct 20 15:18:18 2018 +0100 Update version to 20181020 Diff: --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index 8dc441e..192c788 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='calm', - version='20180605', + version='20181020', description='Cygwin packaging maintenance tool', long_description=open('README.md').read(), author='Jon Turney',