Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eecheverry committed Mar 10, 2020
1 parent be49b24 commit bcced7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsomark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .api import json_to_xml

__version__ = '0.1.0'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jsomark"
version = "0.1.0"
version = "0.2.0"
description = "json <-> xml composing and parsing convention."
authors = ["Knowark"]
license = "MIT"
Expand Down

0 comments on commit bcced7d

Please sign in to comment.