Skip to content

Commit f06d079

Browse files
authored
Update setup.py
Bumped major version as this has major modifications by rlippman@ and addition of asyncio.
1 parent 8f73419 commit f06d079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
setuptools.setup(
1919
name="pyadtpulse",
20-
version="0.3.0",
20+
version="1.0.0",
2121
packages=["pyadtpulse"],
2222
description="Python interface for ADT Pulse security systems",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",
2525
url="https://github.com/rsnodgrass/pyadtpulse",
26-
author="Ryan Snodgrass",
27-
author_email="rsnodgrass@gmail.com",
26+
author="",
27+
author_email="",
2828
license="Apache Software License",
2929
install_requires=["requests>=2.0"],
3030
keywords=["security system", "adt", "home automation", "security alarm"],

0 commit comments

Comments
 (0)