Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Nov 29, 2023
1 parent 8d485ac commit 6f584d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions epyt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
__author__ = """KIOS CoE"""
__author__ = """Marios S. Kyriakou"""
__email__ = "[email protected]"
__version__ = "1.0.7"
__version__ = "1.0.8"
__copyright__ = """Copyright 2022, KIOS Research and Innovation Center of Excellence (KIOS CoE),
University of Cyprus (www.kios.org.cy)."""
__license__ = "EUPL License, Version 1.2"


from epyt.epanet import epanet
from epyt.epanet import epanet
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# python setup.py sdist
# twine upload dist/* --config-file .pypirc


module_name = 'epyt'
data = list()
packages = list()
Expand All @@ -26,8 +25,8 @@

setup(
name=module_name,
version="1.0.7",
author="KIOS CoE",
version="1.0.8",
author="Marios S. Kyriakou",
author_email="[email protected]",
description='EPyT: An EPANET-Python Toolkit for Smart Water Network Simulations. The EPyT is inspired by the '
'EPANET-Matlab Toolkit.',
Expand Down

0 comments on commit 6f584d9

Please sign in to comment.