[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20210408
Jon TURNEY via Cygwin-apps-cvs <[email protected]>
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=81aad90cd41f71d977dacff400d260c407800a02 commit 81aad90cd41f71d977dacff400d260c407800a02 Author: Jon Turney <[email protected]> Date: Thu Apr 8 15:18:09 2021 +0100 Update version to 20210408 Diff: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 281407a..1408e9c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='calm', - version='20210110', + version='20210408', description='Cygwin packaging maintenance tool', long_description=open('README.md').read(), author='Jon Turney',