Skip to content

Commit

Permalink
Version bump fix to redeploy to pypi (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan authored Sep 15, 2018
1 parent 9d4c49e commit 9606c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Python3 library that you can use to run a Monte Carlo tree search, either traditionally with drilling down to end game states or with expert policies as you might provide from a neural network.

- **Version:** 1.0.0
- **Version:** 1.0.2

[![Build Status](https://travis-ci.org/ImparaAI/monte-carlo-tree-search.png?branch=master)](https://travis-ci.org/ImparaAI/monte-carlo-tree-search)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="imparaai-montecarlo",
version="1.0.0",
version="1.0.2",
license='MIT',
author="ImparaAI",
author_email="[email protected]",
Expand Down

0 comments on commit 9606c6c

Please sign in to comment.