CSHS-CWRA / RavenHydroFramework

repository for the Raven Hydrological Modelling Framework developed at the University of Waterloo
Artistic License 2.0
18 stars 8 forks source link

Define Raven version as a global variable. #17

Closed huard closed 6 months ago

huard commented 8 months ago

Create a shared library that can be imported from Python to expose the version.

Pull Request Checklist:

What kind of change does this PR introduce?

Now we can do

$ make libraven
$ python
>>> import libraven
>>> libraven.__version__
'3.7.1'

Does this PR introduce a breaking change?

huard commented 8 months ago

Done.