Skip to content

Commit

Permalink
Added missing pyrallis.field and version bump 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
eladrich committed Dec 30, 2021
1 parent 91ad077 commit 72b089e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyrallis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

from . import wrappers, utils
from pyrallis.help_formatter import SimpleHelpFormatter
from pyrallis.argparsing import ArgumentParser, ParsingError, wrap
from .parsers.encoding import encode, dump
from .parsers.decoding import decode, load
from .fields import field

0 comments on commit 72b089e

Please sign in to comment.