Skip to content

Commit

Permalink
Merge pull request #55 from cgq-qgc/release_0.7.3
Browse files Browse the repository at this point in the history
PR: Release version 1.7.3
  • Loading branch information
jnsebgosselin committed Feb 12, 2020
2 parents 2fb3aae + 89de4dc commit da5ce8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydsensread/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from .file_reader.web_page_reader.gnb_water_quality_web_file_reader import GNBWaterQualityStation


version_info = (1, 7, 3, 'dev0')
version_info = (1, 7, 3)
__version__ = '.'.join(map(str, version_info))
__date__ = '08/01/2020'
__date__ = '12/02/2020'
__project_url__ = "https://github.com/cgq-qgc/HydroSensorReader"
__author__ = 'Xavier Malet'

0 comments on commit da5ce8e

Please sign in to comment.