Skip to content

Commit a419c4a

Browse files
committed
oops
1 parent 8f50fe6 commit a419c4a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

password_strength/tests_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from typing import Any
2-
31
from six import with_metaclass
42

53
class ATestMeta(type):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='password_strength',
8-
version='0.0.3-1',
8+
version='0.0.3-2',
99
author='Mark Vartanyan',
1010
author_email='[email protected]',
1111

0 commit comments

Comments
 (0)