Skip to content

Commit 3d4b318

Browse files
authored
Update version in setup.py (#216)
1 parent 6842e96 commit 3d4b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import setuptools
66
from setuptools.command.install import install
77

8-
VERSION = "v0.8.5"
8+
VERSION = "v0.8.6"
99

1010
with open("README.md", "r") as fh:
1111
LONG_DESCRIPTION = fh.read()

0 commit comments

Comments
 (0)