From e76a2e1b42bbffa2e7e60c604a1e59a4e2e2e32b Mon Sep 17 00:00:00 2001 From: glitchassassin Date: Thu, 17 Nov 2016 11:51:19 -0500 Subject: [PATCH] Updated versioning --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fe94211..c5f0e13 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -80,7 +80,7 @@ def __getattr__(cls, name): # The short X.Y version. version = u'0.4' # The full version, including alpha/beta/rc tags. -release = u'0.4.1a1' +release = u'0.4.2a1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b71e159..c475a25 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def is_pure(self): setup( name="Lackey", - version="0.4.1a1", + version="0.4.2a1", description="A Sikuli script implementation in Python", long_description="Lackey is an implementation of Sikuli script, using image recognition to control complex and non-OS-standard business applications. Potential applications include automating tedious workflows, routine user interface testing, etc.", url="https://github.com/glitchassassin/lackey",