Skip to content

Commit

Permalink
chore(*): bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Mar 13, 2020
1 parent 84b24f6 commit 901d066
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:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"
version: "0.11.2.{build}"
version: "0.12.0.{build}"
init:
- cmd: echo ===== INIT & %PYTHON%\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 @@ -22,7 +22,7 @@
from collections import OrderedDict


__version__ = '0.11.2'
__version__ = '0.12.0'

FORMATS = ['json', 'msgpack', 'toml', 'yaml', 'cbor']

Expand Down

0 comments on commit 901d066

Please sign in to comment.