Skip to content

Commit d2d7c2e

Browse files
committed
Bump version
1 parent a3e65b7 commit d2d7c2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xircuits",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "A JupyterLab extension for rendering and editing xircuit files.",
55
"keywords": [
66
"jupyter",

xircuits/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '1.16.0'
4+
__version__ = VERSION = '1.16.1'

0 commit comments

Comments
 (0)