We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e65b7 commit d2d7c2eCopy full SHA for d2d7c2e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xircuits",
3
- "version": "1.16.0",
+ "version": "1.16.1",
4
"description": "A JupyterLab extension for rendering and editing xircuit files.",
5
"keywords": [
6
"jupyter",
xircuits/_version.py
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
-__version__ = VERSION = '1.16.0'
+__version__ = VERSION = '1.16.1'
0 commit comments