Skip to content

Commit

Permalink
Updating to version 0.0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aloytag committed Jun 10, 2024
1 parent 536284a commit a6ce6a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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.4.dev9"
version = "0.0.8.4"
author = "Dr. Ing. Ariel S. Loyarte"
authors = [
{ name="Dr. Ing. Ariel S. Loyarte", email="[email protected]" },
Expand Down
Binary file modified src/electricalsim/__pycache__/version.cpython-311.pyc
Binary file not shown.
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-06'
DATE = '2024-06-09'
AUTHOR = 'Dr. Ing. Ariel S. Loyarte'
CONTACT = '[email protected]'

0 comments on commit a6ce6a4

Please sign in to comment.