Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SelmiAbderrahim committed Jul 30, 2022
1 parent d3d515b commit 1db8155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Linkt with flake8
run: |
flake8 easy_selenium
flake8 lucd
- name: Test with pytest
run: pytest lucd/tests/ --disable-warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.1.7'
VERSION = '0.2.0'
DESCRIPTION = 'Create Local Undetectable Chrome Driver'
with open("lucd/README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 1db8155

Please sign in to comment.