Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Naereen committed Oct 25, 2019
1 parent f17b954 commit 8b3cf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SMPyBandits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
- Homepage: https://SMPyBandits.GitHub.io/
- Author: Lilian Besson and contributors
- License: MIT
- Date: February 2019
- Date: October 2019
"""
from __future__ import division, print_function # Python 2 compatibility

__author__ = "Lilian Besson"
__version__ = "0.9.6"
__version__ = "0.9.7"

try:
# from .Arms import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
long_description = f.read()
# print("Using a long_description of length,", len(long_description), "from file", README) # DEBUG

version = "0.9.6"
version = "0.9.7"
try:
from SMPyBandits import __version__ as version
except ImportError:
Expand Down

0 comments on commit 8b3cf4a

Please sign in to comment.