Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean committed Jan 23, 2024
1 parent 70c55f2 commit 64bd875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
language = 'en'

# The full version, including alpha/beta/rc tags
release = 'v0.2.1'
release = 'v0.2.2'

# If your documentation needs a minimal Sphinx version, state it here.
#
Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "dpr"
version = '0.2.1'
version = '0.2.2'
requires-python = ">=3.7"
dependencies = ['numpy>=1.15', 'scipy>=1.2', 'matplotlib>=3.0']
dependencies = ['numpy>=1.15',
'scipy>=1.2',
'matplotlib>=3.0']
description = 'Implementation of "Reducing variability in along-tract analysis with diffusion profile realignment".'
readme = "README.md"
license = { text = "MIT License" }
Expand All @@ -22,4 +24,5 @@ Documentation = "https://dpr.readthedocs.io/en/latest/"
Changelog = "https://github.com/samuelstjean/dpr/blob/master/CHANGELOG.md"

[tool.setuptools]
packages = ["dpr", "dpr.scripts"]
packages = ["dpr",
"dpr.scripts"]

0 comments on commit 64bd875

Please sign in to comment.