Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Mar 8, 2020
1 parent 70c45b5 commit a4ef876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dns_cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .pickle import PickableCache
from .resolver import AggressiveCachingResolver, ExceptionCachingResolver

__version__ = "0.1.0"
__version__ = "0.2.0"


class Resolver(AggressiveCachingResolver, ExceptionCachingResolver):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

__version__ = "0.1.0"
__version__ = "0.2.0"

classifiers = """\
Environment :: Console
Expand Down

0 comments on commit a4ef876

Please sign in to comment.