Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
riemarc committed May 9, 2023
1 parent 12d4d4a commit a491ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ def read_file(filename):

setuptools.setup(
name="juts",
version="2023.3",
version="2023.4.1",
author="Marcus Riesmeier",
author_email="gluehen-sierren-0c@icloud.com",
license="BSD 3-Clause License",
description=description.splitlines()[0],
description="Jupyter widgets for scheduling processes and visualizing the resulting (live) data",
long_description=description,
packages=setuptools.find_packages(),
install_requires=read_file("requirements.txt"),
Expand Down

0 comments on commit a491ab6

Please sign in to comment.