Skip to content

Commit

Permalink
updated version string
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed Feb 1, 2024
1 parent 4ecb237 commit 6ff8bfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BrkRaw/tutorials/master)

## BrkRaw: A comprehensive tool to access raw Bruker Biospin MRI data
#### Version: 0.3.8
#### Version: 0.3.11

### Description

Expand Down
2 changes: 1 addition & 1 deletion brkraw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .lib import *

__version__ = '0.3.10'
__version__ = '0.3.11'
__all__ = ['BrukerLoader', '__version__']


Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
]
description = "Bruker PvDataset Loader"
license = {text = "GNLv3"}
version = "0.3.10"
dynamic = ["version"]
maintainers = [{name = "SungHo Lee", email = '[email protected]'}]
name = "brkraw"
readme = "README.md"
Expand All @@ -40,6 +40,10 @@ dev = [
"nbmake"
]

[tool.hatch.version]
path = "brkraw/__init__.py"
style = "pep440"

[project.scripts]
brkraw = "brkraw.scripts.brkraw:main"
brk-backup = 'brkraw.scripts.brk_backup:main'

0 comments on commit 6ff8bfc

Please sign in to comment.