You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
long_description=fh.read()
5
5
6
6
setuptools.setup(name='rawsocketpy',
7
-
version='0.2.1',
7
+
version='0.3.0',
8
8
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.',
0 commit comments