We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ab5bd commit 6c2b7e9Copy full SHA for 6c2b7e9
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup, Extension
8
from os import getenv
9
10
-LIB_VERSION="0.3.1"
+LIB_VERSION="0.3.2"
11
12
with open("README.md") as readme:
13
long_description = readme.read()
0 commit comments