From 1edf812145e502a953cdaf30ed6dc1f8a4552e4f Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 13 Oct 2020 11:49:46 -0400 Subject: [PATCH] rrl 0.2.0 --- .gitignore | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d20b64..ba9db1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +dist/ diff --git a/pyproject.toml b/pyproject.toml index 4e65de7..75a6048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "ratelimit" -version = "0.1.0" +name = "rrl" +version = "0.2.0" description = "" authors = ["James Turk "] license = "MIT"