diff --git a/setup.cfg b/setup.cfg index 3908eac..565600f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vivintpy -version = 2021.9.7 +version = attr: vivintpy.__version__ author = Nathan Spencer author_email = natekspencer@gmail.com description = Python library for interacting with the Vivint Sky API. diff --git a/vivintpy/__init__.py b/vivintpy/__init__.py index 4b469c2..1b38f1c 100644 --- a/vivintpy/__init__.py +++ b/vivintpy/__init__.py @@ -1 +1,2 @@ """Provide a package for vivintpy.""" +__version__ = "2021.10.0"