Skip to content

Commit 8c3faf6

Browse files
committed
bump version fix spelling
1 parent 49bf942 commit 8c3faf6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pypet2bids/pypet2bids/helper_functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,13 @@ def load_vars_from_config(
320320

321321
def 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

pypet2bids/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tool.poetry]
22
name = "pypet2bids"
3-
version = "1.3.16"
3+
version = "1.3.17"
44
description = "A python library for converting PET imaging and blood data to BIDS."
55
authors = ["anthony galassi <[email protected]>"]
66
license = "MIT"
77
include = [
8-
'pypet2bids/metadata/*',
98
'pypet2bids/pyproject.toml',
109
'pypet2bids/README.md',
1110
]

0 commit comments

Comments
 (0)