Skip to content

Commit 198d70c

Browse files
committed
New version 1.2.0
1 parent 96aa466 commit 198d70c

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.1
4+
pkgver=1.2
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.1.0"
18+
version = "1.2.0"
1919

2020

2121
if __name__ == "__main__":

0 commit comments

Comments
 (0)