Skip to content

Commit 443c834

Browse files
authored
Merge pull request #99 from OpenWaterAnalytics/hotfix
Updates maintainer, and aenum
2 parents da1b467 + 1a23528 commit 443c834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swmm-toolkit/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def exclude_files(cmake_manifest):
9494
package_dir = package_dir,
9595

9696
zip_safe = False,
97-
install_requires = ["aenum==2.2.6"],
97+
install_requires = ["aenum==3.1.11"],
9898

9999
cmdclass = {"clean": CleanCommand},
100100
cmake_args = cmake_args,
@@ -106,7 +106,7 @@ def exclude_files(cmake_manifest):
106106
url='https://github.com/OpenWaterAnalytics/swmm-python',
107107

108108
author='See AUTHORS',
109-
maintainer_email='[email protected]',
109+
maintainer_email='[email protected]',
110110
license='CC0',
111111

112112
keywords="swmm5, swmm, stormwater, hydraulics, hydrology",

swmm-toolkit/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
pytest==7.1.1
55
numpy==1.21.5
6-
aenum==2.2.6
6+
aenum==3.1.11

0 commit comments

Comments
 (0)