Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 18, 2023
1 parent 08af65e commit b82fc83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buckaroo/_version.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion full_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b82fc83

Please sign in to comment.