Skip to content

Commit e8b28b1

Browse files
committed
code formatting, bump package version
1 parent d3cbc97 commit e8b28b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rtb-data/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ The Toolbox function `path_to_datafile(file)` will return an absolute
3333
`Path` to `file` which is relative to the root of the data package. For example
3434

3535
```
36-
loadmat('data/map1.mat') # read rtbdata/data/map1.mat
37-
loadmat('foo.dat') # read ./foo.dat
38-
loadmat('~/foo.dat') # read $HOME/foo.dat
36+
loadmat("data/map1.mat") # read rtbdata/data/map1.mat
37+
loadmat("foo.dat") # read ./foo.dat
38+
loadmat("~/foo.dat") # read $HOME/foo.dat
3939
```
4040

4141
A matching local file takes precendence over a file in the data package.

rtb-data/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
99
long_description = f.read()
1010

11-
release = "1.0.0"
11+
release = "1.0.1"
1212

1313
# list all data folders here, to ensure they get packaged
1414

0 commit comments

Comments
 (0)