We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f135597 commit 536c968Copy full SHA for 536c968
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup, Extension
8
from os import getenv
9
10
-LIB_VERSION="0.3.0"
+LIB_VERSION="0.3.1"
11
12
with open("README.md") as readme:
13
long_description = readme.read()
0 commit comments