Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf authored Jan 24, 2023
1 parent 00f3663 commit b63c81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requests_doh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DNS over HTTPS resolver for python requests
"""

__version__ = "0.2.3"
__version__ = "0.2.4"
__description__ = "DNS over HTTPS resolver for python requests"
__author__ = "Rahman Yusuf"
__author_email__ = "[email protected]"
Expand All @@ -12,4 +12,4 @@
from .session import *
from .adapter import *
from .resolver import *
from .connector import *
from .connector import *

0 comments on commit b63c81d

Please sign in to comment.