Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed May 12, 2021
1 parent 476a6fb commit b93b996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='TESPy',
version='0.4.3-001',
version='0.4.3-002',
license='MIT',
description='Thermal Engineering Systems in Python (TESPy)',
long_description='%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/tespy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8

__version__ = '0.4.3-001 - Grassmann\'s Graph'
__version__ = '0.4.3-002 - Grassmann\'s Graph'

# tespy data and connections import
from . import connections # noqa: F401
Expand Down

0 comments on commit b93b996

Please sign in to comment.