diff --git a/LICENSE b/LICENSE index 0a50852..d22c10b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2020 Andrea Salvatori - IU6FZL +Copyright (c) 2015-2021 Rouslan Placella (https://github.com/roccivic) +Copyright (c) 2020-2022 Andrea Salvatori (https://github.com/Sonic0/cron-converter) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 041dc09..57388de 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='cron-converter', - version='0.5.0', + version='1.0.0', license='MIT License', description='Cron string parser and scheduler for Python', long_description=open('README.md').read(), @@ -18,7 +18,7 @@ 'test': ['unittest'], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: MIT License',