We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f4ddf commit 7ae77beCopy full SHA for 7ae77be
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+2.0.1 (2025-06-18)
7
++++++++++++++++++++
8
+
9
+* Fixed packaging issue.
10
11
2.0.0 (2025-06-18)
12
+++++++++++++++++++
13
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = "2.0"
52
# The full version, including alpha/beta/rc tags.
53
-release = "2.0.0"
+release = "2.0.1"
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
src/geocodio/__init__.py
@@ -2,7 +2,7 @@
2
__author__ = "Ben Lopatin"
__email__ = "ben@benlopatin.com"
-__version__ = "2.0.0"
+__version__ = "2.0.1"
from geocodio.client import GeocodioClient # noqa
0 commit comments