Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
update version to test automatic publishing
  • Loading branch information
marota authored Aug 1, 2023
1 parent 3f44621 commit 7f65761
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 @@ -22,7 +22,7 @@
}

setup(name='TopologySuperpositionTheorem',
version='0.0.1',
version='0.0.2',
description='A package for efficient combinatorial topological actions power flow computation based on the extended superposition theorem for powersystems',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -33,4 +33,4 @@
include_package_data=True,
install_requires=pkgs["required"],
zip_safe=False,
)
)

0 comments on commit 7f65761

Please sign in to comment.