Skip to content

Commit

Permalink
fix version number issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hx2A committed May 26, 2022
1 parent 559b3aa commit 6d00152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py5jupyter/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# along with this library. If not, see <https://www.gnu.org/licenses/>.
#
# *****************************************************************************
version_info = (0, 1, 2, 'a0')
version_info = (0, 1, 2, 'a1')
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
python_requires=">=3.8",
install_requires=[
'ipywidgets>=7.0.0',
'py5>=0.7.2',
'py5>=0.8.0a2',
],
description='Jupyter tools for py5',
long_description=README,
Expand Down

0 comments on commit 6d00152

Please sign in to comment.