Skip to content

Commit

Permalink
Bump to version 1.7.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Jan 8, 2020
1 parent e288144 commit 1760425
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, 2, 'dev0')
version_info = (1, 7, 2)
__version__ = '.'.join(map(str, version_info))
__date__ = '19/07/2019'
__date__ = '08/01/2020'
__project_url__ = "https://github.com/cgq-qgc/HydroSensorReader"
__author__ = 'Xavier Malet'

0 comments on commit 1760425

Please sign in to comment.