Skip to content

Commit 7da929b

Browse files
committed
version 0.7.3rc0
1 parent b680d30 commit 7da929b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ install as a special kernel when you are the user.
146146
found [here](https://janakiev.com/til/jupyter-virtual-envs/).
147147

148148
### Change Log
149+
* 0.7.3 Pip install reliability fixes
149150
* 0.7.2 Suppress Javascript error when not in JLab
150151
* 0.7.1
151152
* Include Heat Capacity Lab example.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="JupyterPiDAQ",
88
url = "https://github.com/JupyterPhysSciLab/JupyterPiDAQ",
9-
version="0.7.2",
9+
version="0.7.3rc0",
1010
description="Data Acquisition in Jupyter notebook on Raspberry Pi",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)