Skip to content

Commit

Permalink
🔖 Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speg03 committed Aug 29, 2019
1 parent e63e06f commit dd0638b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nestargs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

from .parser import NestedArgumentParser # noqa: F401
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nestargs"
version = "0.2.1"
version = "0.3.0"
description = "Nested arguments parser"
authors = ["Takahiro Yano <speg03@gmail.com>"]

Expand All @@ -11,7 +11,7 @@ homepage = "https://github.com/speg03/nestargs"

keywords = ["argparse", "arguments", "parser", "cli", "command", "line", "interface"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
Expand Down

0 comments on commit dd0638b

Please sign in to comment.