diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-08 10:05:38 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-08 10:05:38 -0800 |
| commit | f599b85ba5a5fe7123e0d77bf7b9f6c738471bc8 (patch) | |
| tree | f2c2be4d13df2ade7288dcf687dfb56d8993436e /pyproject.toml | |
| parent | 6c1a51693957ed491c16259746dd67c6c7c93f8a (diff) | |
| parent | 32060abca4e2e9c111d73b23f28f5837da41d7be (diff) | |
| download | alphanum-f599b85ba5a5fe7123e0d77bf7b9f6c738471bc8.tar.gz alphanum-f599b85ba5a5fe7123e0d77bf7b9f6c738471bc8.zip | |
Merge branch 'master' into sphinx-docs
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index d769d43..e99c3b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alphanum" -version = "0.2.0dev1" +version = "0.2.0.dev2" description = "Generates random alphanumeric strings." authors = ["Cody Logan <clpo13@gmail.com>"] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://github.com/clpo13/alphanum" keywords = ['string', 'random', 'pseudo-random', 'generator'] [tool.poetry.dependencies] -python = "^3.6" +python = "^3.5" [tool.poetry.dev-dependencies] pytest = "^5.2" |
