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

Commit

Permalink
Bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed May 17, 2020
1 parent 2fb6d09 commit 1c8a6e0
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 @@ -3,4 +3,4 @@


__all__ = ["ProxyFetcher", "Level", "Protocol"]
__version__ = "1.1.3"
__version__ = "2.0.0"
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 = "1.1.3"
version = "2.0.0"
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__ == "1.1.3"
assert __version__ == "2.0.0"

0 comments on commit 1c8a6e0

Please sign in to comment.