Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Sep 4, 2018
1 parent ba31667 commit 68ec326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dynalite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from Dynalite import Dynalite
from dynalite import dynalite
name = "Unofficial Dynalite DyNET Interface"
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.2",
version="0.0.3",
author="Troy Kelly",
author_email="[email protected]",
description="An unofficial Dynalite DyNET interface",
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import time
# Import classes
from Dynalite import Dynalite
from dynalite import dynalite

HOST = '10.7.3.212' # Standard loopback interface address (localhost)
PORT = 12345 # Port to listen on (non-privileged ports are > 1023)
Expand Down

0 comments on commit 68ec326

Please sign in to comment.