Skip to content

Commit

Permalink
Version 1.4.1 (#9)
Browse files Browse the repository at this point in the history
* Dropping python 3.3 support to avoid travis bugs

* version bump
  • Loading branch information
janhartigan authored Nov 14, 2018
1 parent d8bad61 commit 767e766
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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)

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 @@

setuptools.setup(
name = "imparaai-checkers",
version = "1.4.0",
version = "1.4.1",
license = 'MIT',
author = "ImparaAI",
author_email = "[email protected]",
Expand Down

0 comments on commit 767e766

Please sign in to comment.