Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM committed Aug 9, 2018
1 parent 27d7338 commit c0d0fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='rawsocketpy',
version='0.2.1',
version='0.3.0',
description='This library allows you to implement a custom layer 2 communication using raw sockets in Python 2 and Python 3, synchronous and asynchronous, with and without callbacks.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c0d0fde

Please sign in to comment.