Skip to content

Commit

Permalink
pipy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 11, 2023
1 parent 224554a commit ab3ec0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Notebooks/Unified_Planning_Basics_LPG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.5"
},
"vscode": {
"interpreter": {
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ def is_pure(self):
return False

setup(name='up_lpg',
version='0.0.7.3',
version='0.0.7.4',
description='up_lpg',
long_description=long_description,
long_description_content_type ="text/markdown",
author='UNIBS Team',
author_email='enrico.scala@unibs.it',
author_email="ivan.serina@unibs.it",
packages=["up_lpg"],
package_data={"up_lpg": [executable]},
distclass=BinaryDistribution,
Expand Down

0 comments on commit ab3ec0b

Please sign in to comment.