diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 2c51fcc..1d2cf76 100755
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,12 @@
MABWiser CHANGELOG
=====================
+August, 07, 2024 2.7.4
+-------------------------------------------------------------------------------
+minor:
+- Changed np.Inf to np.inf to fix CI issues
+
+
February, 17, 2024 2.7.3
-------------------------------------------------------------------------------
minor:
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index 39d9768..1959dcc 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '2.7.3',
+ VERSION: '2.7.4',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/about.html b/docs/about.html
index 67147da..2c5752d 100644
--- a/docs/about.html
+++ b/docs/about.html
@@ -4,7 +4,7 @@
-
About Multi-Armed Bandits — MABWiser 2.7.3 documentation
+ About Multi-Armed Bandits — MABWiser 2.7.4 documentation
diff --git a/docs/api.html b/docs/api.html
index 9ae78bc..bdeb057 100644
--- a/docs/api.html
+++ b/docs/api.html
@@ -4,7 +4,7 @@
- MABWiser Public API — MABWiser 2.7.3 documentation
+ MABWiser Public API — MABWiser 2.7.4 documentation
diff --git a/docs/contributing.html b/docs/contributing.html
index 36056bc..54212f3 100644
--- a/docs/contributing.html
+++ b/docs/contributing.html
@@ -4,7 +4,7 @@
- Contributing — MABWiser 2.7.3 documentation
+ Contributing — MABWiser 2.7.4 documentation
diff --git a/docs/examples.html b/docs/examples.html
index 34b17ac..ccaba73 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -4,7 +4,7 @@
- Usage Examples — MABWiser 2.7.3 documentation
+ Usage Examples — MABWiser 2.7.4 documentation
diff --git a/docs/genindex.html b/docs/genindex.html
index b703232..04600dd 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -3,7 +3,7 @@
- Index — MABWiser 2.7.3 documentation
+ Index — MABWiser 2.7.4 documentation
diff --git a/docs/index.html b/docs/index.html
index cb0a7ba..84eb288 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,7 +4,7 @@
- MABWiser Contextual Multi-Armed Bandits — MABWiser 2.7.3 documentation
+ MABWiser Contextual Multi-Armed Bandits — MABWiser 2.7.4 documentation
diff --git a/docs/installation.html b/docs/installation.html
index 647b598..8c39fc7 100644
--- a/docs/installation.html
+++ b/docs/installation.html
@@ -4,7 +4,7 @@
- Installation — MABWiser 2.7.3 documentation
+ Installation — MABWiser 2.7.4 documentation
diff --git a/docs/new_bandit.html b/docs/new_bandit.html
index a74aa8f..f801150 100644
--- a/docs/new_bandit.html
+++ b/docs/new_bandit.html
@@ -4,7 +4,7 @@
- Adding a New Bandit — MABWiser 2.7.3 documentation
+ Adding a New Bandit — MABWiser 2.7.4 documentation
diff --git a/docs/py-modindex.html b/docs/py-modindex.html
index 1e7dd3b..6873f3f 100644
--- a/docs/py-modindex.html
+++ b/docs/py-modindex.html
@@ -3,7 +3,7 @@
- Python Module Index — MABWiser 2.7.3 documentation
+ Python Module Index — MABWiser 2.7.4 documentation
diff --git a/docs/quick.html b/docs/quick.html
index 8e55f2c..a775f53 100644
--- a/docs/quick.html
+++ b/docs/quick.html
@@ -4,7 +4,7 @@
- Quick Start — MABWiser 2.7.3 documentation
+ Quick Start — MABWiser 2.7.4 documentation
diff --git a/docs/search.html b/docs/search.html
index b3a442a..139277b 100644
--- a/docs/search.html
+++ b/docs/search.html
@@ -3,7 +3,7 @@
- Search — MABWiser 2.7.3 documentation
+ Search — MABWiser 2.7.4 documentation
diff --git a/mabwiser/_version.py b/mabwiser/_version.py
index 3ab48a9..faeef11 100644
--- a/mabwiser/_version.py
+++ b/mabwiser/_version.py
@@ -3,5 +3,5 @@
__author__ = "FMR LLC"
__email__ = "opensource@fmr.com"
-__version__ = "2.7.3"
+__version__ = "2.7.4"
__copyright__ = "Copyright (C), FMR LLC"