Skip to content

Commit 24bc794

Browse files
committed
Updating to version 0.0.8.18
1 parent 3b8f3a4 commit 24bc794

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "electricalsim"
7-
version = "0.0.8.18.dev3"
7+
version = "0.0.8.18"
88
author = "Dr. Ing. Ariel S. Loyarte"
99
authors = [
1010
{ name="Dr. Ing. Ariel S. Loyarte", email="aloyarte@frsf.utn.edu.ar" },
Binary file not shown.
Binary file not shown.

src/electricalsim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
except PackageNotFoundError:
1818
VERSION = 'development version'
1919

20-
DATE = '2024-02-21'
20+
DATE = '2025-03-06'
2121
AUTHOR = 'Dr. Ing. Ariel S. Loyarte'
2222
CONTACT = 'aloyarte@frsf.utn.edu.ar'

0 commit comments

Comments
 (0)