Skip to content

Commit

Permalink
Merge pull request #20 from pbashyal-nmdp/fix_wheel_build_dist
Browse files Browse the repository at this point in the history
 Fix publishing the package to PyPi.
  • Loading branch information
pbashyal-nmdp authored Dec 12, 2022
2 parents 6b5db7d + f83621f commit 667b5b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"""Top-level package for py-grim."""

__organization__ = "NMDP/CIBMTR Bioinformatics"
__version__ = "0.0.10"
__version__ = "0.0.11"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.10
current_version = 0.0.11
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

setup(
name="py-graph-imputation",
version="0.0.10",
version="0.0.11",
author="Pradeep Bashyal",
author_email="[email protected]",
python_requires=">=3.8",
Expand Down

0 comments on commit 667b5b3

Please sign in to comment.