Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Feb 9, 2024
1 parent 8f06092 commit 261645f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = True
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion ipyaggrid/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _get_version(version_info):

__name__ = 'ipyaggrid'
name_url = __name__.replace('_', '-')
__version__ = '0.5.1'
__version__ = '0.5.2'
__version_js__ = __version__


Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyaggrid",
"version": "0.5.1",
"version": "0.5.2",
"description": "A jupyter widget embedding the ag-grid library",
"author": "Louis Raison, oscar6echo",
"license": "MIT",
Expand Down

0 comments on commit 261645f

Please sign in to comment.