Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
euxhenh committed Dec 25, 2021
1 parent 1054eeb commit 577ddb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools",
"wheel"
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):
'name': 'multiset_multicover',
'description': 'MM is a package for running the greedy cover algorithm to perform multiset multicover.',
'license': 'MIT',
'version': '1.1.1',
'version': '0.1',
'author': 'Euxhen Hasanaj',
'author_email': 'ehasanaj@cs.cmu.edu',
'url': 'https://github.com/ferrocactus/multiset_multicover',
Expand Down

0 comments on commit 577ddb6

Please sign in to comment.