Skip to content

Commit

Permalink
Merge pull request #61 from cgq-qgc/release_0.7.4
Browse files Browse the repository at this point in the history
PR: Release version 1.7.4
  • Loading branch information
jnsebgosselin authored Apr 15, 2020
2 parents e5e8b51 + 1ba21a8 commit ad56afc
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, 4, 'dev0')
version_info = (1, 7, 4)
__version__ = '.'.join(map(str, version_info))
__date__ = '12/02/2020'
__date__ = '14/04/2020'
__project_url__ = "https://github.com/cgq-qgc/HydroSensorReader"
__author__ = 'Xavier Malet'

0 comments on commit ad56afc

Please sign in to comment.