Skip to content

Commit

Permalink
Merge pull request #150 from BrkRaw/revert-149-main
Browse files Browse the repository at this point in the history
Revert "Minor update"
  • Loading branch information
dvm-shlee authored Feb 1, 2024
2 parents 131ad54 + 02e68fa commit 4ecb237
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
python -m pip install --upgrade pip
pip install .[dev]
- name: Install optional dependencies for ITK dataset
run: |
pip install .[SimpleITK]
- name: Install tutorial
run: make tests/tutorials

Expand Down
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.11
#### Version: 0.3.8

### 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.11'
__version__ = '0.3.10'
__all__ = ['BrukerLoader', '__version__']


Expand Down
5 changes: 1 addition & 4 deletions 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"}
dynamic = ["version"]
version = "0.3.10"
maintainers = [{name = "SungHo Lee", email = '[email protected]'}]
name = "brkraw"
readme = "README.md"
Expand All @@ -40,9 +40,6 @@ dev = [
"nbmake"
]

[tool.setuptools.dynamic]
version = {attr = "nordic.__version__"}

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

0 comments on commit 4ecb237

Please sign in to comment.