Skip to content

Commit

Permalink
Updating splash screen, README and version (0.0.8.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloytag committed Jun 24, 2024
1 parent b80b792 commit 3436180
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 22 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
48 changes: 28 additions & 20 deletions src/electricalsim/icons/splash_screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
307 changes: 307 additions & 0 deletions src/electricalsim/icons/splash_screen_copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/electricalsim/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3436180

Please sign in to comment.