Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchassassin committed Nov 17, 2016
1 parent a022cc7 commit e76a2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e76a2e1

Please sign in to comment.