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