Skip to content

Commit 30c40ae

Browse files
authored
Merge pull request #199 from tulibraries/update-release-version
Update version in setup.py
2 parents 486dc54 + 7321af0 commit 30c40ae

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.4"
8+
VERSION = "v0.8.5"
99

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

0 commit comments

Comments
 (0)