Skip to content

Commit deb1c82

Browse files
committed
New version
1 parent c079071 commit deb1c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Adam Schubert <[email protected]>
22

33
pkgname=python-cron-descriptor
4-
pkgver=1.2.2
4+
pkgver=1.2.4
55
pkgrel=1
66
pkgdesc="A Python library that converts cron expressions into human readable strings."
77
arch=('any')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import setuptools
1717

18-
version = "1.2.3"
18+
version = "1.2.4"
1919

2020

2121
if __name__ == "__main__":

0 commit comments

Comments
 (0)