Skip to content

Commit

Permalink
chore: bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Apr 4, 2019
1 parent 12fe4aa commit 7127d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
version: "0.9.1.{build}"
version: "0.9.2.{build}"
init:
- cmd: python --version
build_script:
Expand Down
2 changes: 1 addition & 1 deletion remarshal.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from collections import OrderedDict


__version__ = '0.9.1'
__version__ = '0.9.2'

FORMATS = ['json', 'toml', 'yaml']
if hasattr(json, 'JSONDecodeError'):
Expand Down

0 comments on commit 7127d4b

Please sign in to comment.