Skip to content

Commit

Permalink
project: bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Jul 2, 2020
1 parent 9a3a7c0 commit af483db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.0.2 (--)
## 0.0.2 (2020-07-02)

* Add paragraph block.
* Fix int in table.
Expand Down
2 changes: 1 addition & 1 deletion markdownio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from markdownio.markdownio import MarkdownIO
from markdownio import block, span

__version__ = '0.0.1'
__version__ = '0.0.2'
__all__ = ['MarkdownIO', 'block', 'span']

0 comments on commit af483db

Please sign in to comment.