[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20230209
Jon Turney via Cygwin-apps-cvs <[email protected]> Thu, 9 Feb 2023 15:50:50 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=d64ec03daa585e6df68b72b45e98c96ecc703241 commit d64ec03daa585e6df68b72b45e98c96ecc703241 Author: Jon Turney <[email protected]> Date: Thu Feb 9 15:50:35 2023 +0000 Update version to 20230209 Diff: --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7831175..20ed2a9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='calm', - version='20221205', + version='20230209', description='Cygwin packaging maintenance tool', long_description=open('README.md').read(), author='Jon Turney',