Skip to content

Commit 1ea31dc

Browse files
committed
README (fix): python formatting, bump ver v0.0.15
1 parent 776a1de commit 1ea31dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ a library for connecting to experiments in python
44

55
## Example Usage
66

7-
```
7+
```python
88
import matplotlib.pyplot as plt
99
import numpy as np
1010
from practable.core import Experiment

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "practable"
7-
version = "0.0.14"
7+
version = "0.0.15"
88
authors = [
99
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
1010
]

0 commit comments

Comments
 (0)