Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jacexh committed Jul 8, 2021
1 parent e19f81f commit 2f29203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoit/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__author__ = 'Jace Xu'
__version__ = "0.6.0"
__version__ = "0.6.4"

from .autoit import options, properties, commands
from .autoit import AutoItError
Expand Down

0 comments on commit 2f29203

Please sign in to comment.