Skip to content

Commit

Permalink
Fix dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Jan 11, 2017
1 parent 918b8e8 commit 9a042d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
sstpd = sstpd:run
""",
install_requires=[
'twisted', 'service_identity', 'argparse', 'py2-ipaddress'
'twisted', 'service_identity', 'argparse', 'ipaddress'
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down
2 changes: 1 addition & 1 deletion sstpd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Secure Socket Tunneling Protocol (SSTP) server.
https://github.com/sorz/sstp-server
"""
__version__ = '0.3.7'
__version__ = '0.3.8'


def run():
Expand Down

0 comments on commit 9a042d4

Please sign in to comment.