Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Sep 19, 2023
1 parent e4a92b4 commit 1bfd34d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0
current_version = 0.5.1
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.0'
__version__ = '0.5.1'
__version_js__ = __version__


Expand Down
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.0",
"version": "0.5.1",
"description": "A jupyter widget embedding the ag-grid library",
"author": "Louis Raison, oscar6echo",
"license": "MIT",
Expand Down

0 comments on commit 1bfd34d

Please sign in to comment.