Skip to content

Commit

Permalink
new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BMPixel committed Apr 16, 2024
1 parent 4982073 commit b33e052
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `gpuwidget`

## v0.1.1
## v0.1.2

- Move LICENSE to CC0 1.0
- Add border to the widget
Expand Down
10 changes: 5 additions & 5 deletions examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "b480d0fcbf99448984af18b9f84f7664",
"model_id": "df511a6c2f74427597a530eb05da3665",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -29,9 +29,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "cuda",
"display_name": "gpuwidget",
"language": "python",
"name": "cuda"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -43,7 +43,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion gpuwidget/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import live, once

__all__ = ["live", "once"]
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gpuwidget"
version = "0.1.1"
version = "0.1.2"
description = "A Jupyter widget for monitoring NVIDIA GPUs."
readme = "README.md"
authors = [
Expand Down

0 comments on commit b33e052

Please sign in to comment.