Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-shields committed Sep 24, 2020
1 parent d322995 commit 6653189
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 @@ -24,7 +24,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/twosigma/nxvz"
version = "0.1.2"
version = "0.1.3"

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

from nxv import html_like, styles
from nxv._functional import chain, switch
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 nxv

EXPECTED_VERSION = "0.1.2"
EXPECTED_VERSION = "0.1.3"
REPOSITORY_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))


Expand Down

0 comments on commit 6653189

Please sign in to comment.