From 7127d4b966d89dcd8f02d9f6507b31c694c9f1ce Mon Sep 17 00:00:00 2001 From: dbohdan Date: Thu, 4 Apr 2019 23:21:07 +0300 Subject: [PATCH] chore: bump version to 0.9.2 --- appveyor.yml | 2 +- remarshal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 834d91f..2539f87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/remarshal.py b/remarshal.py index 78fa7ec..745598a 100755 --- a/remarshal.py +++ b/remarshal.py @@ -20,7 +20,7 @@ from collections import OrderedDict -__version__ = '0.9.1' +__version__ = '0.9.2' FORMATS = ['json', 'toml', 'yaml'] if hasattr(json, 'JSONDecodeError'):