Skip to content

Commit

Permalink
'setup.py' updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz M. Lasa committed Apr 30, 2020
1 parent 560bb89 commit de4052f
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
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="async_multiplexer",
version="0.0.1",
version="0.0.2",
author="Aratz M. Lasa",
author_email="aratz.m.lasa@gmail.com",
description="Asyncio TCP Multiplexer",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/aratz-lasa/aio-multiplexer",
url="https://github.com/aratz-lasa/async-multiplexer",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit de4052f

Please sign in to comment.