Skip to content

Commit

Permalink
Increase version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsdotpm committed Jan 5, 2023
1 parent 1354e0a commit 5b15dbe
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 @@ -15,7 +15,7 @@
long_description = f.read()

setup(
version='2.0.0',
version='2.1.0',
name='p2pd',
description='Asynchronous P2P networking library and service',
keywords=('NAT traversal, TCP hole punching, simultaneous open, UPnP, STUN, TURN, SIP, DHCP, add IP to interface, NATPMP, P2P, Peer-to-peer networking library, python'),
Expand All @@ -31,4 +31,4 @@
'Intended Audience :: Developers',
'Programming Language :: Python :: 3'
],
)
)

0 comments on commit 5b15dbe

Please sign in to comment.