diff --git a/README.md b/README.md
index f461e08..b7c25a9 100644
--- a/README.md
+++ b/README.md
@@ -349,3 +349,5 @@ python -m pip install electricalsim-opf-quadratic
# License
This project uses the [MIT license](https://github.com/aloytag/electrical-grid-simulator/blob/main/LICENSE).
+
+The background image on the splash screen is based on the work of [David Gunter](https://www.flickr.com/photos/23812004@N03/6637323071), marked with a [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/) license.
diff --git a/pyproject.toml b/pyproject.toml
index 542a2c3..54928de 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "electricalsim"
-version = "0.0.8.7.dev10"
+version = "0.0.8.7"
author = "Dr. Ing. Ariel S. Loyarte"
authors = [
{ name="Dr. Ing. Ariel S. Loyarte", email="aloyarte@frsf.utn.edu.ar" },
diff --git a/src/electricalsim/icons/splash_screen.svg b/src/electricalsim/icons/splash_screen.svg
index bffc35f..ad3b148 100644
--- a/src/electricalsim/icons/splash_screen.svg
+++ b/src/electricalsim/icons/splash_screen.svg
@@ -2,9 +2,9 @@
Version: <VERSION>
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Nimbus Sans';-inkscape-font-specification:'Nimbus Sans';text-align:start;text-anchor:start;fill:#ffffff;stroke-width:0.745429"
+ x="-487.06955"
+ y="287.93567">Version: <VERSION>
diff --git a/src/electricalsim/icons/splash_screen_copy.svg b/src/electricalsim/icons/splash_screen_copy.svg
new file mode 100644
index 0000000..bffc35f
--- /dev/null
+++ b/src/electricalsim/icons/splash_screen_copy.svg
@@ -0,0 +1,307 @@
+
+
+
+
diff --git a/src/electricalsim/version.py b/src/electricalsim/version.py
index cb4333c..a338872 100644
--- a/src/electricalsim/version.py
+++ b/src/electricalsim/version.py
@@ -5,6 +5,6 @@
except PackageNotFoundError:
VERSION = 'development version'
-DATE = '2024-06-23'
+DATE = '2024-06-24'
AUTHOR = 'Dr. Ing. Ariel S. Loyarte'
CONTACT = 'aloyarte@frsf.utn.edu.ar'