Skip to content

Commit b3a6d6c

Browse files
committed
chore: update version
1 parent 9c0718c commit b3a6d6c

File tree

2 files changed

+2
-2
lines changed

2 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 = "setuptools.build_meta"
44

55
[project]
66
name = "hydraulic-engine"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A Python package for managing hydraulic calculation actions: EPANET/SWMM simulations, RPT file imports, and more"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"

src/hydraulic_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
try:
1111
__version__ = version("hydraulic-engine")
1212
except PackageNotFoundError:
13-
__version__ = "0.1.0"
13+
__version__ = "0.2.0"
1414

1515
__author__ = "BGEO"
1616
__email__ = "info@bgeo.es"

0 commit comments

Comments
 (0)