Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvail committed Jun 27, 2022
1 parent 78b5d9f commit c18c4ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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": "pgljupyter",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"description": "PlantGL and L-Py Jupyter widgets",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pgljupyter/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

module_name = "pgljupyter"
module_version = "^2.0.0-beta.4"
module_version = "^2.0.0"
2 changes: 1 addition & 1 deletion pgljupyter/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 0, 0, '-beta.4')
version_info = (2, 0, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit c18c4ee

Please sign in to comment.