Skip to content

Commit

Permalink
Bump version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tremby committed Aug 6, 2017
1 parent 53ac151 commit 74df2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colour.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
AUTHOR = "Bart Nagel"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/tremby/py-colour"
VERSION = "1.0.1"
VERSION = "1.1.0"
LICENSE = "GNU GPLv3"
COPYRIGHT_YEAR = "2011~2014"
COPYRIGHT_YEAR = "2011~2017"

import colorsys
import re
Expand Down

0 comments on commit 74df2f0

Please sign in to comment.