Bumping version

This commit is contained in:
Michael Tryby
2018-07-11 10:04:10 -04:00
parent f38a637aaf
commit e3cd4ae41a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ __copyright__ = "None"
__credits__ = "Colleen Barr, Maurizio Cingi, Mark Gray, David Hall, Bryant McDonnell" __credits__ = "Colleen Barr, Maurizio Cingi, Mark Gray, David Hall, Bryant McDonnell"
__license__ = "CC0 1.0 Universal" __license__ = "CC0 1.0 Universal"
__version__ = "0.4.0" __version__ = "0.5.0"
__date__ = "September 6, 2017" __date__ = "September 6, 2017"
__maintainer__ = "Michael Tryby" __maintainer__ = "Michael Tryby"

View File

@@ -25,7 +25,7 @@ entry_points = {
setup( setup(
name='nrtest-epanet', name='nrtest-epanet',
version='0.4.0', version='0.5.0',
description="EPANET extension for nrtest", description="EPANET extension for nrtest",
author="Michael E. Tryby", author="Michael E. Tryby",