Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed Jan 16, 2021
1 parent 33070db commit 4654631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubproxpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from pubproxpy.types import Level, Protocol

__all__ = ["ProxyFetcher", "Level", "Protocol"]
__version__ = "2.0.1"
__version__ = "2.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pubproxpy"
version = "2.0.1"
version = "2.0.2"
description = "An easy to use Python wrapper for pubproxy.com"
license = "GPL-3.0"
authors = ["LovecraftianHorror <LovecraftianHorror@pm.me>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pubproxpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.0.1"
assert __version__ == "2.0.2"

0 comments on commit 4654631

Please sign in to comment.