diff --git a/.travis.yml b/.travis.yml index f653492..d7e7f5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: -- '3.3' - '3.4' - '3.5' - '3.6' diff --git a/readme.md b/readme.md index f7f7ddf..92f3ce1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ A Python3 library that you can use to play a game of checkers/draughts. This is just a set of classes that you can use in your code, it's not an interactive shell checkersgame. -- **Version:** 1.4.0 +- **Version:** 1.4.1 [![Build Status](https://travis-ci.org/ImparaAI/checkers.png?branch=master)](https://travis-ci.org/ImparaAI/checkers) diff --git a/setup.py b/setup.py index 7d1d832..85540d8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name = "imparaai-checkers", - version = "1.4.0", + version = "1.4.1", license = 'MIT', author = "ImparaAI", author_email = "author@example.com",