Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcejohnson committed May 28, 2023
1 parent 91f7198 commit 08531c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.3
current_version = 0.2.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='json_expand_o_matic',

version='0.2.3',
version='0.2.4',

description='Expand a dict into a collection of subdirectories and json files or '
'contract (un-expand) the output of expand() into a dict.',
Expand Down
2 changes: 1 addition & 1 deletion src/json_expand_o_matic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

from .expand_o_matic import JsonExpandOMatic

VERSION = "v0.2.3"
VERSION = "v0.2.4"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4

0 comments on commit 08531c5

Please sign in to comment.