Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Dec 10, 2020
1 parent be44056 commit 58f2044
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.3
=====
* Support Python 3.10

0.6.2
=====
* Fix memory leak (#8)
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def __init__(self, *args, **kwargs):
long_description = f.read()

setup(name="wsaccel",
version='0.6.2',
version='0.6.3',
description="Accelerator for ws4py and AutobahnPython",
maintainer="INADA Naoki",
maintainer="Inada Naoki",
maintainer_email="songofacandy@gmail.com",
url="https://github.com/methane/wsaccel",
packages=["wsaccel"],
Expand All @@ -72,10 +72,10 @@ def __init__(self, *args, **kwargs):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
],
)

0 comments on commit 58f2044

Please sign in to comment.