diff --git a/gobotany/version.py b/gobotany/version.py index 564a8bfa..fe5abce1 100644 --- a/gobotany/version.py +++ b/gobotany/version.py @@ -3,4 +3,4 @@ def get_version(): """Simple function to return a version number. Hardcoded for the moment. """ - return "development" + return "3.8"