Skip to content

Commit

Permalink
New distribution [0.1.3]
Browse files Browse the repository at this point in the history
 * fix argparse help format string bug (many thanks to @gousaiyang)
  • Loading branch information
JarryShaw committed Dec 11, 2019
1 parent cac89b3 commit f7ac9b1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.post1'
__version__ = '0.1.3'

# 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 "November 28, 2019" "v0.1.2.post1" ""
.TH WALRUS 1 "December 11, 2019" "v0.1.3" ""
.SH NAME
walrus \- back-port compiler for Python 3.8 assignment expression
.
Expand Down
4 changes: 2 additions & 2 deletions share/walrus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ walrus
back-port compiler for Python 3.8 assignment expression
-------------------------------------------------------

:Version: v0.1.2.post1
:Date: November 28, 2019
:Version: v0.1.3
:Date: December 11, 2019
:Manual section: 1
:Author:
Jarry Shaw, a newbie programmer, is the author, owner and maintainer
Expand Down
2 changes: 1 addition & 1 deletion walrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
del multiprocessing

# version string
__version__ = '0.1.2.post1'
__version__ = '0.1.3'

# from configparser
BOOLEAN_STATES = {'1': True, '0': False,
Expand Down

0 comments on commit f7ac9b1

Please sign in to comment.