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 f4e1f41 commit 0ac79acCopy full SHA for 0ac79ac
archlinux/PKGBUILD
@@ -1,5 +1,5 @@
1
pkgname=python-cron-descriptor
2
-pkgver=2.0.2
+pkgver=2.0.3
3
pkgdesc="A Python library that converts cron expressions into human readable strings."
4
pkgrel=1
5
arch=('any')
cron_descriptor/__init__.py
@@ -26,7 +26,7 @@
26
from .ExpressionDescriptor import ExpressionDescriptor, get_description
27
from .Options import Options
28
29
-__version__ = "2.0.2"
+__version__ = "2.0.3"
30
__all__ = [
31
"CasingTypeEnum",
32
"DescriptionTypeEnum",
0 commit comments