[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20221205
Jon TURNEY via Cygwin-apps-cvs <[email protected]> Mon, 5 Dec 2022 13:45:00 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=e9a1fac4b4a36a292516b26ea2f8f44e5fd4614f commit e9a1fac4b4a36a292516b26ea2f8f44e5fd4614f Author: Jon Turney <[email protected]> Date: Mon Dec 5 13:44:50 2022 +0000 Update version to 20221205 Diff: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 338a9a7..7831175 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='calm', - version='20220704', + version='20221205', description='Cygwin packaging maintenance tool', long_description=open('README.md').read(), author='Jon Turney',