Skip to content

Commit

Permalink
Add rc1 suffix to avoid often version conflicts of early users with f…
Browse files Browse the repository at this point in the history
…urther 0.6.0 release.
  • Loading branch information
vasily-v-ryabov committed Oct 9, 2016
1 parent 6e4cf33 commit 8b7a573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pywinauto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

"""Python package for automating GUI manipulation on Windows"""

__version__ = "0.6.0"
__version__ = "0.6.0.rc1"

from . import findwindows
WindowAmbiguousError = findwindows.WindowAmbiguousError
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def setup_path(path = ""):
# shutil.move(setup_path("website"), setup_path("docs"))

setup(name='pywinauto',
version = '0.6.0',
version = '0.6.0.rc1',
description = 'pywinauto is a set of python '
'modules to automate the Microsoft Windows GUI',
keywords = "windows automation gui GuiAuto",
Expand Down

0 comments on commit 8b7a573

Please sign in to comment.