Skip to content

Commit

Permalink
Bumped version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Oct 29, 2018
1 parent 1029a5b commit 50c940b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"""Python Ring Door Bell setup script."""
from setuptools import setup

_VERSION = '0.2.3'


def readme():
with open('README.rst') as desc:
Expand All @@ -11,7 +13,7 @@ def readme():
setup(
name='ring_doorbell',
packages=['ring_doorbell'],
version='0.2.2',
version=_VERSION,
description='A Python library to communicate with Ring' +
' Door Bell (https://ring.com/)',
long_description=readme(),
Expand Down

0 comments on commit 50c940b

Please sign in to comment.