Skip to content

Commit

Permalink
Bumped minor version number to release new xorder arg in result plots.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrucker committed Sep 17, 2023
1 parent 8b056c7 commit 6996301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
- pip:
- matplotlib
- vowpalwabbit
- coba==7.0.7
- coba==7.1.0
2 changes: 1 addition & 1 deletion coba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

from coba.statistics import BootstrapCI, mean

__version__ = "7.0.7"
__version__ = "7.1.0"
2 changes: 1 addition & 1 deletion coba/tests/test_coba.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Coba_Tests(unittest.TestCase):

def test_version(self):
from coba import __version__
self.assertEqual("7.0.7",__version__)
self.assertEqual("7.1.0",__version__)

if __name__ == '__main__':
unittest.main()

0 comments on commit 6996301

Please sign in to comment.