File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ docker: docker-build ## build a docker image and run the service
8989
9090install : clean # # install the package to the active Python's site-packages
9191 pip install --upgrade pip
92- pip install git+https://github.com/nmdp-bioinformatics/py-graph-imputation
9392 pip install -r requirements.txt
9493 pip install -r requirements-tests.txt
9594 pip install -r requirements-dev.txt
Original file line number Diff line number Diff line change 2626"""Top-level package for My Project Template."""
2727
2828__organization__ = "NMDP/CIBMTR Bioinformatics"
29- __version__ = "0.0.1 "
29+ __version__ = "0.0.2 "
Original file line number Diff line number Diff line change 11toml == 0.10.2
2- #git+https://github.com/nmdp-bioinformatics/ py-graph-imputation
2+ py-graph-imputation == 0.0.12
33py-ard == 1.0.9
44tqdm == 4.66.1
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.1
2+ current_version = 0.0.2
33commit = True
44tag = True
55
@@ -18,5 +18,4 @@ universal = 1
1818exclude = docs
1919
2020[aliases]
21- # Define setup.py command aliases here
2221test = pytest
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def build_include_dirs():
5353
5454setup (
5555 name = "py-graph-match" ,
56- version = "0.0.1 " ,
56+ version = "0.0.2 " ,
5757 author = "Pradeep Bashyal" ,
58585959 python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments