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