Skip to content

Commit

Permalink
Bump up the version to 3.4.
Browse files Browse the repository at this point in the history
Signed-off-by: HE, Tao <[email protected]>
  • Loading branch information
sighingnow committed Jan 20, 2019
1 parent 63600d0 commit 4faea1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ language: python

python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"

# command to install dependencies.
install: true
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'parsec',
version = '3.3',
version = '3.4',
description = 'parser combinator.',
long_description = 'A universal Python parser combinator library inspired by Parsec library of Haskell.',
author = 'He Tao',
Expand All @@ -23,9 +23,12 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
"License :: OSI Approved :: MIT License",
],
platforms = 'any',
Expand All @@ -36,4 +39,3 @@

test_suite = 'tests',
)

0 comments on commit 4faea1b

Please sign in to comment.