🌐 AI搜索 & 代理 主页
Skip to content

Commit f54d064

Browse files
committed
version bump
1 parent b29fe3f commit f54d064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
VERSION = (0, 0, 1) # PEP 386
2+
VERSION = (0, 0, 2) # PEP 386
33
__version__ = ".".join([str(x) for x in VERSION])
44

55
from geocoding import Geocoding

0 commit comments

Comments
 (0)