Skip to content

Commit

Permalink
Bump up version to 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmermaid committed Apr 3, 2024
1 parent 1a316e7 commit 55c1454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions open_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from open_parser.base import OpenParser

__all__ = ["OpenParser"]

__version__ = "0.0.2"
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 = "open-parser"
version = "0.0.1"
version = "0.0.2"
description = "Open parser for all."
authors = ["CambioML <[email protected]>"]
maintainers = ["Rachel Hu <[email protected]>"]
Expand Down

0 comments on commit 55c1454

Please sign in to comment.