Skip to content

Commit

Permalink
Update version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
popaula937 committed Feb 24, 2023
1 parent 355f003 commit f03babf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tvb-ext-xircuits",
"version": "1.0.1",
"version": "1.0.2",
"description": "Jupyterlab extension for building TVB workflows in a visual and interactive manner",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion tvbextxircuits/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 0, 1)
version_info = (1, 0, 2)
__version__ = ".".join(map(str, version_info))

0 comments on commit f03babf

Please sign in to comment.