Skip to content

Commit

Permalink
Bump version and status
Browse files Browse the repository at this point in the history
  • Loading branch information
setaou committed Mar 1, 2022
1 parent dba896a commit d0a35dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.1',
version='1.3',

description='Distributed tasks scheduler',
long_description=long_description,
Expand All @@ -37,7 +37,7 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Prodution/Stable',

# Indicate who your project is intended for
'Intended Audience :: System Administrators',
Expand All @@ -48,7 +48,7 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.0',
],

# What does your project relate to?
Expand Down

0 comments on commit d0a35dd

Please sign in to comment.