Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
masalim2 committed Jan 12, 2022
1 parent 2a1f629 commit 3a32c98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@ test-site-integ:
testcov:
pytest tests/units tests/server tests/api tests/site_integration --cov=balsam --cov-config setup.cfg --cov-report=html

.PHONY: distribute
distribute:
cp docs/README.md README.md
python -m build
python -m twine check dist/*
python -m twine upload dist/*


.PHONY: all
all: generate-api validate-defaults format lint mypy testcov
all: generate-api validate-defaults format lint mypy testcov
2 changes: 1 addition & 1 deletion balsam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from balsam.util import config_root_logger

__version__ = "0.7.0.a13"
__version__ = "0.7.0.a14"
config_root_logger()
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = balsam
version = attr: balsam.__version__
description = HPC Workflows & Edge Service
long_description = file: docs/README.md
long_description = file: README.md
long_description_content_type=text/markdown

url = https://balsam.readthedocs.io
Expand Down

0 comments on commit 3a32c98

Please sign in to comment.