Skip to content

Commit

Permalink
Merge c991773 into 2cc8df6
Browse files Browse the repository at this point in the history
  • Loading branch information
llllllllll committed Feb 5, 2019
2 parents 2cc8df6 + c991773 commit 18ba8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "pypy"
- "pypy3"

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

from os.path import exists
from setuptools import setup
import multipledispatch

setup(name='multipledispatch',
version=multipledispatch.__version__,
version='0.6.0',
description='Multiple dispatch',
url='http://github.com/mrocklin/multipledispatch/',
author='Matthew Rocklin',
Expand Down

0 comments on commit 18ba8f7

Please sign in to comment.