Skip to content

Commit

Permalink
New version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Aug 23, 2024
1 parent 6155837 commit 76ffc42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=python-cron-descriptor
pkgver=1.4.3
pkgver=1.4.4
pkgdesc="A Python library that converts cron expressions into human readable strings."
pkgrel=1
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion cron_descriptor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
from .Exception import MissingFieldException, FormatException, WrongArgumentException


__version__ = '1.4.3'
__version__ = '1.4.4'
__all__ = ['Options', 'ExpressionDescriptor', 'get_description', 'DescriptionTypeEnum',
'CasingTypeEnum', 'MissingFieldException', 'FormatException', 'WrongArgumentException']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setuptools.setup(
name="cron_descriptor",
version="1.4.3",
version="1.4.4",
description="A Python library that converts cron expressions "
"into human readable strings.",
author="Adam Schubert",
Expand Down

0 comments on commit 76ffc42

Please sign in to comment.