Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DelinteNicolas committed Aug 15, 2022
1 parent 1dc4cd6 commit 30188f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TIME/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
microstructural properties of neural fibers in a specified tract.
"""

__version__ = "0.0.7"
__version__ = "0.0.8"
__author__ = 'Nicolas Delinte'
Binary file added dist/TIME-python-0.0.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# read the contents of your README file
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
long_description = (this_directory / "docs/README.md").read_text()

setup(
name='TIME-python',
Expand Down

0 comments on commit 30188f6

Please sign in to comment.