We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0653ad commit 2f7f366Copy full SHA for 2f7f366
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import find_packages, setup
2
import pathlib as pl
3
4
-VERSION = '0.1.0'
+VERSION = '0.1.1'
5
DISTNAME = "gumbi"
6
DESCRIPTION = "Gaussian Process Model Building Interface"
7
AUTHOR = "John Goertz"
0 commit comments