Skip to content

Commit

Permalink
Increased version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen van Eijk committed Sep 3, 2020
1 parent 7da0e5e commit cda9036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automagica/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
WandApp,
)

__version__ = "3.2.1"
__version__ = "3.2.2"


@click.group(help=_("Automagica v") + __version__)
Expand Down
2 changes: 1 addition & 1 deletion installers/windows/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name=Automagica
publisher=Oakwood Technologies BVBA
icon=setup.ico
entry_point=pprint:pprint
version=3.2.1
version=3.2.2

[Python]
version=3.7.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):

setup(
name="Automagica",
version="3.2.1",
version="3.2.2",
description="Open Source RPA and UI automation",
author="Oakwood Technologies BVBA",
author_email="mail@oakwood.ai",
Expand Down

0 comments on commit cda9036

Please sign in to comment.