Skip to content

Commit

Permalink
Bump version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Apr 15, 2020
1 parent e5e8b51 commit 1ba21a8
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 1ba21a8

Please sign in to comment.