Skip to content

Commit

Permalink
New distribution [0.1.4]
Browse files Browse the repository at this point in the history
 * minor bugfix in function (with return type annotations) processing
  • Loading branch information
JarryShaw committed Mar 9, 2020
1 parent 92da948 commit 0aff219
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_desc = file.read()

# version string
__version__ = '0.1.3'
__version__ = '0.1.4'

# set-up script for pip distribution
setup(
Expand Down
2 changes: 1 addition & 1 deletion share/walrus.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH WALRUS 1 "March 09, 2020" "v0.1.3" ""
.TH WALRUS 1 "March 09, 2020" "v0.1.4" ""
.SH NAME
walrus \- back-port compiler for Python 3.8 assignment expression
.
Expand Down
2 changes: 1 addition & 1 deletion share/walrus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ walrus
back-port compiler for Python 3.8 assignment expression
-------------------------------------------------------

:Version: v0.1.3
:Version: v0.1.4
:Date: March 09, 2020
:Manual section: 1
:Author:
Expand Down
2 changes: 1 addition & 1 deletion walrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__all__ = ['walrus', 'convert']

# version string
__version__ = '0.1.3'
__version__ = '0.1.4'

# macros
grammar_regex = re.compile(r"grammar(\d)(\d)\.txt")
Expand Down

0 comments on commit 0aff219

Please sign in to comment.