diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-08 10:04:55 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-08 10:04:55 -0800 |
| commit | 32060abca4e2e9c111d73b23f28f5837da41d7be (patch) | |
| tree | cc8498909e20454c305d8b255262fa522d1c2d2d /alphanum/__init__.py | |
| parent | f389e7c377caf91959a2bd4adde744eda9aeac85 (diff) | |
| download | alphanum-32060abca4e2e9c111d73b23f28f5837da41d7be.tar.gz alphanum-32060abca4e2e9c111d73b23f28f5837da41d7be.zip | |
Add support for Python 3.5
Diffstat (limited to 'alphanum/__init__.py')
| -rw-r--r-- | alphanum/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alphanum/__init__.py b/alphanum/__init__.py index 502b5aa..278216d 100644 --- a/alphanum/__init__.py +++ b/alphanum/__init__.py @@ -1,3 +1,3 @@ -from .alphanum import generate, generate_s # noqa: F401 +from .alphanum import generate # noqa: F401 -__version__ = '0.2.0.dev1' +__version__ = '0.2.0.dev2' |
