Skip to content

Commit 7ae77be

Browse files
committed
Fix version
1 parent b1f4ddf commit 7ae77be

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
2.0.1 (2025-06-18)
7+
+++++++++++++++++++
8+
9+
* Fixed packaging issue.
10+
611
2.0.0 (2025-06-18)
712
+++++++++++++++++++
813

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = "2.0"
5252
# The full version, including alpha/beta/rc tags.
53-
release = "2.0.0"
53+
release = "2.0.1"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

src/geocodio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Ben Lopatin"
44
__email__ = "[email protected]"
5-
__version__ = "2.0.0"
5+
__version__ = "2.0.1"
66

77

88
from geocodio.client import GeocodioClient # noqa

0 commit comments

Comments
 (0)