Skip to content

Commit

Permalink
Bump to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed May 1, 2024
1 parent 780ae83 commit 40ee77d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nbsv/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "nbsv"
module_version = "0.1.5"
module_version = "0.1.6"
2 changes: 1 addition & 1 deletion nbsv/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Distributed under the terms of the Modified BSD License.


version_info = (0, 1, 5)
version_info = (0, 1, 6)
__version__ = ".".join(map(str, (version_info)))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbsv",
"version": "0.1.5",
"version": "0.1.6",
"description": "Simularium Viewer Jupyter Widget ",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "nbsv"
version = "0.1.5"
version = "0.1.6"
description = "Simularium Viewer Jupyter Widget "
readme = "README.md"
license = { file = "LICENSE.txt" }
Expand Down Expand Up @@ -88,7 +88,7 @@ file = [
]

[tool.tbump.version]
current = "0.1.5"
current = "0.1.6"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 40ee77d

Please sign in to comment.