We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c079071 commit deb1c82Copy full SHA for deb1c82
PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Adam Schubert <[email protected]>
2
3
pkgname=python-cron-descriptor
4
-pkgver=1.2.2
+pkgver=1.2.4
5
pkgrel=1
6
pkgdesc="A Python library that converts cron expressions into human readable strings."
7
arch=('any')
setup.py
@@ -15,7 +15,7 @@
15
16
import setuptools
17
18
-version = "1.2.3"
+version = "1.2.4"
19
20
21
if __name__ == "__main__":
0 commit comments