Skip to content

Commit

Permalink
Release for final validation manuscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Dec 4, 2023
1 parent c057e8f commit ec8e782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gprof_nn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
This is a dummy sub-module that only hodls the current version
of the package.
"""
__version__ = "0.1"
__version__ = "0.1.1"
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
extras_require = {
'development': [
'pytest', 'pykdtree'
]
},
],
'validation': [
"pansat @ git+https://github.com/simonpf/pansat@5a661ff69eef8f8b8f95de39d0f492926f6ee13b"
]
},
entry_points = {
'console_scripts': ['gprof_nn=gprof_nn.bin:gprof_nn'],
},
Expand Down

0 comments on commit ec8e782

Please sign in to comment.