Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Jul 23, 2019
1 parent 253063f commit 69a0604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anymarkup_core/__init__.py
Expand Up @@ -31,7 +31,7 @@


__all__ = ['AnyMarkupError', 'parse', 'parse_file', 'serialize', 'serialize_file']
__version__ = '0.7.1'
__version__ = '0.8.0'


fmt_to_exts = {'ini': ['ini'],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='anymarkup-core',
version='0.7.1',
version='0.8.0',
description='Core library for anymarkup',
long_description=''.join(open('README.rst').readlines()),
keywords='xml, yaml, toml, json, json5, ini',
Expand Down

0 comments on commit 69a0604

Please sign in to comment.