We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5d55d commit a664884Copy full SHA for a664884
src/doi/__init__.py
@@ -5,7 +5,7 @@
5
from typing import Optional
6
7
8
-__version__ = '0.1.1'
+__version__ = '0.2.0'
9
logger = logging.getLogger("doi") # type: logging.Logger
10
11
0 commit comments