Set version to release

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-18 15:14:24 +02:00
parent 459b8791bc
commit a977838647
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ setup(
author="Jim Martens",
author_email="github@2martens.de",
url="https://git.2martens.de/2martens/calendar-synchronization",
version="1.0.0.dev1",
version="1.0.0",
namespace_packages=["twomartens"],
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},
@ -40,7 +40,7 @@ setup(
license="Apache License 2.0",
classifiers=[
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Environment :: Console",
"Topic :: Utilities",