Skip to content

Commit eb8d914

Browse files
Bump version
1 parent 5ddf9cf commit eb8d914

File tree

3 files changed

+10
-25
lines changed

3 files changed

+10
-25
lines changed

nbtools/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
from .core import *
33
from .exec_notebook import exec_notebook, run_notebook
44
from .pylint_notebook import pylint_notebook
5-
6-
__version__ = '0.9.14'

pyproject.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "py-nbtools"
7-
dynamic = ["version"]
3+
version = "0.9.15"
84
description = "A collection of tools for using inside Jupyter Notebooks"
95
readme = "README.md"
106
license = {text = "Apache License 2.0"}
@@ -50,8 +46,10 @@ devicewatch = "nbtools.nbstat.cli:devicewatch"
5046
Homepage = "https://github.com/analysiscenter/nbtools"
5147
Repository = "https://github.com/analysiscenter/nbtools"
5248

53-
[tool.setuptools.dynamic]
54-
version = {attr = "nbtools.__version__"}
55-
5649
[tool.setuptools.packages.find]
57-
include = ["nbtools*"]
50+
include = ["nbtools*"]
51+
52+
[build-system]
53+
requires = ["setuptools>=61.0", "wheel"]
54+
build-backend = "setuptools.build_meta"
55+

uv.lock

Lines changed: 3 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)