Skip to content

Commit

Permalink
Update required versions and bump to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Jul 27, 2022
1 parent d047cee commit 401f2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyter>=1.0.0
jupyter-instructortools>=0.6.0
jupyterPiDAQ>=0.7.6
jupyterPiDAQ>=0.7.8
Algebra_with_SymPy>=0.9.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="JPSLInstructor",
version="0.6.0",
version="0.7.0",
description="Install all modules for Jupyter Physical Science Lab",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
# 'python>=3.6',
'jupyter>=1.0.0',
'jupyter-instructortools>=0.6.0',
'jupyterPiDAQ>=0.7.6',
'jupyterPiDAQ>=0.7.8',
'Algebra_with_SymPy>=0.9.1',
],
classifiers=[
Expand Down

0 comments on commit 401f2cc

Please sign in to comment.