We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776a1de commit 1ea31dcCopy full SHA for 1ea31dc
README.md
@@ -4,7 +4,7 @@ a library for connecting to experiments in python
4
5
## Example Usage
6
7
-```
+```python
8
import matplotlib.pyplot as plt
9
import numpy as np
10
from practable.core import Experiment
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "practable"
-version = "0.0.14"
+version = "0.0.15"
authors = [
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
]
0 commit comments