Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Apr 28, 2023
1 parent 333b48e commit 261d1e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion binder/requirements.txt
@@ -1,4 +1,4 @@
perspective_parquet==0.1.0
perspective_parquet==0.1.1
perspective-python
ipywidgets>=7.5.1
jupyterlab>=3.5
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
@@ -1,6 +1,6 @@
{
"name": "perspective-parquet",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Jupyterlab extension for the Perspective library to view/edit parquet files",
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion perspective_parquet/__init__.py
Expand Up @@ -2,4 +2,4 @@

from perspective import * # reexport

__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ build-backend = "hatchling.build"
[project]
name = "perspective-parquet"
description = "Parquet viewer for perspective in JupyterLab"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down

0 comments on commit 261d1e4

Please sign in to comment.