Skip to content

Commit 76ffc42

Browse files
committed
New version 1.4.4
1 parent 6155837 commit 76ffc42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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=1.4.3
2+
pkgver=1.4.4
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
@@ -27,6 +27,6 @@
2727
from .Exception import MissingFieldException, FormatException, WrongArgumentException
2828

2929

30-
__version__ = '1.4.3'
30+
__version__ = '1.4.4'
3131
__all__ = ['Options', 'ExpressionDescriptor', 'get_description', 'DescriptionTypeEnum',
3232
'CasingTypeEnum', 'MissingFieldException', 'FormatException', 'WrongArgumentException']

setup.py

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

3030
setuptools.setup(
3131
name="cron_descriptor",
32-
version="1.4.3",
32+
version="1.4.4",
3333
description="A Python library that converts cron expressions "
3434
"into human readable strings.",
3535
author="Adam Schubert",

0 commit comments

Comments
 (0)