From b82fc831ffe325c428c767fa4101b579f5da90df Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Mon, 18 Dec 2023 09:55:09 -0500 Subject: [PATCH] version bump --- buckaroo/_version.py | 2 +- full_build.sh | 2 +- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buckaroo/_version.py b/buckaroo/_version.py index 3720e216..6ef41644 100644 --- a/buckaroo/_version.py +++ b/buckaroo/_version.py @@ -1,4 +1,4 @@ # Copyright (c) Paddy Mullen. # Distributed under the terms of the Modified BSD License. -__version__ = "0.4.8" +__version__ = "0.4.11" diff --git a/full_build.sh b/full_build.sh index 91e33f39..6ef79ea5 100755 --- a/full_build.sh +++ b/full_build.sh @@ -6,5 +6,5 @@ python -m build . rm -f dist/index.js dist/index.js.LICENSE.txt twine check dist/* python -m twine upload --repository testpypi dist/* -python -m twine upload --repository pypi dist/* +#python -m twine upload --repository pypi dist/* #npm publish diff --git a/package.json b/package.json index 3b7e4275..28fd6ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "0.4.8", + "version": "0.4.11", "description": "Fast Datagrid widget for the Jupyter Notebook and JupyterLab", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 12d94b90..af264e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "ipywidgets>=7.6.0,<9", "graphlib_backport>=1.0.0" ] -version = "0.4.8" +version = "0.4.11" [project.license] file = "LICENSE.txt"