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 84b7f5c commit 46e47b4Copy full SHA for 46e47b4
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup, Extension
8
from os import getenv
9
10
-LIB_VERSION="0.2.3"
+LIB_VERSION="0.2.4"
11
12
with open("README.md") as readme:
13
long_description = readme.read()
0 commit comments