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 15c183c commit 2a1f629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.a12"
__version__ = "0.7.0.a13"
config_root_logger()
2 changes: 1 addition & 1 deletion balsam/site/service/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from itertools import islice
from math import ceil
from pathlib import Path
from typing import TYPE_CHECKING, Any, Dict, Iterable, List, Tuple, cast, DefaultDict
from typing import TYPE_CHECKING, Any, DefaultDict, Dict, Iterable, List, Tuple, cast
from urllib.parse import urlparse

from balsam.platform.transfer import TaskInfo, TransferInterface, TransferRetryableError, TransferSubmitError
Expand Down
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: README.md
long_description = file: docs/README.md
long_description_content_type=text/markdown

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

0 comments on commit 2a1f629

Please sign in to comment.