Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Remote Modules
let-it-snow
Commits
943f56f2
Commit
943f56f2
authored
Dec 18, 2018
by
Germain Salgues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: the version number is now stored in python/s2snow/version.py
parent
c556831e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/run_snow_detector.py
app/run_snow_detector.py
+1
-2
python/s2snow/version.py
python/s2snow/version.py
+1
-0
No files found.
app/run_snow_detector.py
View file @
943f56f2
...
...
@@ -6,8 +6,7 @@ import os.path as op
import
json
import
logging
from
s2snow
import
snow_detector
VERSION
=
"1.5"
from
s2snow.version
import
VERSION
def
show_help
():
...
...
python/s2snow/version.py
0 → 100644
View file @
943f56f2
VERSION
=
"1.5"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment