Skip to content

Commit 54605ea

Browse files
committed
New version 2.0.5
1 parent f3c1c77 commit 54605ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=python-cron-descriptor
2-
pkgver=2.0.4
2+
pkgver=2.0.5
33
pkgdesc="A Python library that converts cron expressions into human readable strings."
44
pkgrel=1
55
arch=('any')

cron_descriptor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from .ExpressionDescriptor import ExpressionDescriptor, get_description
2727
from .Options import Options
2828

29-
__version__ = "2.0.4"
29+
__version__ = "2.0.5"
3030
__all__ = [
3131
"CasingTypeEnum",
3232
"DescriptionTypeEnum",

0 commit comments

Comments
 (0)