File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -320,13 +320,13 @@ def load_vars_from_config(
320320
321321def get_version ():
322322 """
323- Gets the version of this software from the toml file
324- :return: version number from pyproject.toml
323+ Gets the version of this software
324+ :return: version number
325325 """
326326 # this scripts directory path
327327 scripts_dir = pathlib .Path (os .path .dirname (__file__ ))
328328
329- # first try using importlib.metadata.verision to determine version
329+ # first try using importlib.metadata.version to determine version
330330
331331 version = importlib .metadata .version ("pypet2bids" )
332332
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pypet2bids"
3- version = " 1.3.16 "
3+ version = " 1.3.17 "
44description = " A python library for converting PET imaging and blood data to BIDS."
55authors = [
" anthony galassi <[email protected] >" ]
66license = " MIT"
77include = [
8- ' pypet2bids/metadata/*' ,
98 ' pypet2bids/pyproject.toml' ,
109 ' pypet2bids/README.md' ,
1110 ]
You can’t perform that action at this time.
0 commit comments