Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmoose authored May 12, 2022
1 parent 20161f3 commit 3e56709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyderman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pyderman.drivers import all_drivers, chrome, edge, firefox, opera, phantomjs
from pyderman.util import downloader

__version__ = "3.2.0"
__version__ = "3.2.1"

_versions = sorted(["32", "64"], key=lambda _v: not platform.machine().endswith(_v))
_os_opts = [("win", "win", ".exe"), ("darwin", "mac", ""), ("linux", "linux", "")]
Expand Down

0 comments on commit 3e56709

Please sign in to comment.