Skip to content

Commit

Permalink
Bumped version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0phoff committed Nov 17, 2022
1 parent df192a0 commit 3562e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) 0phoff.
# Distributed under the terms of the Modified BSD License.

version_info = (2, 3, 1, 'dev')
version_info = (2, 3, 1)
__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": "ibb",
"version": "2.3.1-dev",
"version": "2.3.1",
"description": "Jupyter Widget Library for Brambox",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 3562e85

Please sign in to comment.