diff --git a/.gitignore b/.gitignore index c2d0a85..94e44c9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ __pycache__ /*.egg-info .idea +*venv* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 167cf24..f03affd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydle" -version = "1.0.0" +version = "1.0.1" description = "A compact, flexible, and standards-abiding IRC library for python3." authors = ["Shiz "] repository = "https://github.com/Shizmob/pydle"