Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-02-09 18:50:35 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-02-09 18:50:35 +0300
commitd64ec03daa585e6df68b72b45e98c96ecc703241 (patch)
tree5238f2a2bafaca3bbdb9914a562cf454d7bbb000
parent345dde9609b5d72595e007056952efb018273982 (diff)
Update version to 2023020920230209
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',