Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Sep 4, 2018
1 parent e5fbbd1 commit 009fbeb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Project Title
# Dynalite

An unofficial Philips Dynalite DyNET interface

Expand All @@ -12,7 +12,7 @@ You must have an RS485 to IP device somewhere on your Dynalite network. Your net

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/troykelly/python-dynalite/tags).

## Authors

Expand Down
1 change: 0 additions & 1 deletion Dynalite.py → dynalite/Dynalite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import time
import threading


class Dynalite:
def __init__(self, host, port):
''' Constructor for this class. '''
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="dynalite",
version="0.0.1",
version="0.0.2",
author="Troy Kelly",
author_email="[email protected]",
description="An unofficial Dynalite DyNET interface",
Expand Down

0 comments on commit 009fbeb

Please sign in to comment.