Skip to content

Commit

Permalink
Bump up version to 3.7 to work-aroundly fixes a bug in pip-20.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sighingnow committed Jan 30, 2021
1 parent a8c57a6 commit dde8a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@

# General information about the project.
project = 'parsec'
copyright = '2015-2016, He Tao'
copyright = '2015-2021, He Tao'
author = 'He Tao'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.5'
version = '3.7'
# The full version, including alpha/beta/rc tags.
release = '3.5'
release = '3.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'parsec',
version = '3.6',
version = '3.7',
description = 'parser combinator.',
long_description = 'A universal Python parser combinator library inspired by Parsec library of Haskell.',
author = 'He Tao',
Expand Down

0 comments on commit dde8a1a

Please sign in to comment.