Skip to content

Commit

Permalink
New distribution [0.1.2.post1]
Browse files Browse the repository at this point in the history
Get all errors from parso, as hints from davidhalter/parso#89
  • Loading branch information
JarryShaw committed Nov 28, 2019
1 parent c09e2de commit 8f52dd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2'
__version__ = '0.1.2.post1'

# 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 27, 2019" "v0.1.2" ""
.TH WALRUS 1 "November 28, 2019" "v0.1.2.post1" ""
.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
:Date: November 27, 2019
:Version: v0.1.2.post1
:Date: November 28, 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'
__version__ = '0.1.2.post1'

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

0 comments on commit 8f52dd0

Please sign in to comment.