We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b680d30 commit 7da929bCopy full SHA for 7da929b
README.md
@@ -146,6 +146,7 @@ install as a special kernel when you are the user.
146
found [here](https://janakiev.com/til/jupyter-virtual-envs/).
147
148
### Change Log
149
+* 0.7.3 Pip install reliability fixes
150
* 0.7.2 Suppress Javascript error when not in JLab
151
* 0.7.1
152
* Include Heat Capacity Lab example.
setup.py
@@ -6,7 +6,7 @@
6
setuptools.setup(
7
name="JupyterPiDAQ",
8
url = "https://github.com/JupyterPhysSciLab/JupyterPiDAQ",
9
- version="0.7.2",
+ version="0.7.3rc0",
10
description="Data Acquisition in Jupyter notebook on Raspberry Pi",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
0 commit comments