Skip to content

Commit

Permalink
change version of gpmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed May 10, 2018
1 parent b4f2c7b commit 8c5387a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion epistasis/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.6.4"
VERSION = (0, 6, 5)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ipython",
"ipywidgets",
"scikit-learn",
"gpmap==0.4.1",
"gpmap>=0.4.2",
"emcee"
]

Expand Down

0 comments on commit 8c5387a

Please sign in to comment.