Skip to content

Commit

Permalink
Merge pull request #19 from twosigma/hide-internal-stack-frames
Browse files Browse the repository at this point in the history
bump version to 1.0.1
  • Loading branch information
daniel-shields committed Aug 22, 2023
2 parents c314b4e + 17fc24d commit 6b43e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/twosigma/uberjob"
version = "1.0.0"
version = "1.0.1"

[tool.poetry.dependencies]
networkx = "^2.5"
Expand Down
2 changes: 1 addition & 1 deletion src/uberjob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__ = "Daniel Shields, Timothy Shields"
__maintainer__ = "Daniel Shields, Timothy Shields"
__email__ = "Daniel.Shields@twosigma.com, Timothy.Shields@twosigma.com"
__version__ = "1.0.0"
__version__ = "1.0.1"

from uberjob import graph, progress, stores
from uberjob._errors import CallError, NotTransformedError
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import uberjob

EXPECTED_VERSION = "1.0.0"
EXPECTED_VERSION = "1.0.1"
REPOSITORY_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))


Expand Down

0 comments on commit 6b43e50

Please sign in to comment.