Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Jul 25, 2023
1 parent 2782c79 commit 9dacadb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check_filter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__app_name__ = "check-filter"
__description__ = "Check URLs that filtered ( or not ) in Iran."
__version__ = "2.0.1"
__version__ = "2.0.2"
__author__ = "Arash Hatami <info@arash-hatami.ir>"
__epilog__ = "Made with :heart: in [green]Iran[/green]"
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 = "check-filter"
version = "2.0.1"
version = "2.0.2"
license = "MIT"
description = "Check URLs that filtered ( or not ) in Iran."
authors = ["Arash Hatami <hatamiarash7@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def test_name():


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


def test_author():
Expand Down

0 comments on commit 9dacadb

Please sign in to comment.