Skip to content

Commit adb46e4

Browse files
author
Danielle Bastien
committed
local version
1 parent bb5e581 commit adb46e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
readme = f.read()
1010

1111
setup(
12-
version="2.2.0d",
12+
version="2.2.0e",
1313
name="axe-selenium-python",
14-
use_scm_version=True,
15-
setup_requires=["setuptools_scm"],
14+
# use_scm_version=True,
15+
# setup_requires=["setuptools_scm"],
1616
description="Python library to integrate axe and selenium for web \
1717
accessibility testing.",
1818
long_description=open("README.rst").read(),

0 commit comments

Comments
 (0)