Skip to content

Commit

Permalink
update to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttroy50 committed Oct 6, 2017
1 parent e8b7bed commit 52b27a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages

setup(name='pyephember',
version='0.0.1',
version='0.0.2',
description='Python library to work with ember from EPH Controls',
keywords='eph ember',
author='Thom Troy',
author_email='[email protected]',
license='MIT',
url='https://github.com/ttroy50/pyephember',
download_url='https://github.com/ttroy50/pyephember/archive/0.0.1.tar.gz',
download_url='https://github.com/ttroy50/pyephember/archive/0.0.2.tar.gz',
platforms=["any"],
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit 52b27a8

Please sign in to comment.