Skip to content

Commit

Permalink
Merge pull request #85 from timkpaine/tkp/021
Browse files Browse the repository at this point in the history
Bump version: 0.2.0 → 0.2.1
  • Loading branch information
timkpaine authored Sep 24, 2022
2 parents 8c258bd + 13a45d5 commit fc43c3b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ipyregulartable/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# This file is part of the ipyregulartable library, distributed under the terms of
# the Apache License 2.0. The full license can be found in the LICENSE file.
#
__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyregulartable",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Custom Jupyter Widget Library",
"keywords": [
"jupyter",
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[bumpversion]
current_version = 0.2.1
commit = True
tag = False

[bdist_wheel]
universal=1
universal = 1

[metadata]
description_file = README.md
long_description_content_type=text/markdown
long_description_content_type = text/markdown

[flake8]
ignore=E203, W503
max-line-length=200
ignore = E203, W503
max-line-length = 200
per-file-ignores =
**/__init__.py: F401, F403

[bumpversion]
current_version = 0.2.0
commit = True
tag = False

[bumpversion:file:ipyregulartable/_version.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

setup(
name=name,
version="0.2.0",
version="0.2.1",
description="ipywidgets wrapper around regular-table",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fc43c3b

Please sign in to comment.