Skip to content

Commit

Permalink
Bumped version number for 8.0.e release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrucker committed Feb 24, 2024
1 parent 27a3c52 commit d111aca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
from coba.primitives import LoggedInteraction, SimulatedInteraction, GroundedInteraction
from coba.primitives import L1Reward, HammingReward, DiscreteReward

__version__ = "8.0.2"
__version__ = "8.0.3"
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("8.0.2",__version__)
self.assertEqual("8.0.3",__version__)

if __name__ == '__main__':
unittest.main()
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Mark Rucker'

# The full version, including alpha/beta/rc tags
release = 'v8.0.2' #the release tag containing last built documentation
release = 'v8.0.3' #the release tag containing last built documentation

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit d111aca

Please sign in to comment.