Skip to content

Commit 8968200

Browse files
committed
Start next dev version (2.4.3-dev)
Change-Id: Ie96d01919694738173c0c23871372d39a6eca19a
1 parent e63269f commit 8968200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googlemaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# the License.
1616
#
1717

18-
__version__ = "2.4.3"
18+
__version__ = "2.4.3-dev"
1919

2020
from googlemaps.client import Client
2121
import googlemaps.exceptions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919

2020
setup(name='googlemaps',
21-
version='2.4.3',
21+
version='2.4.3-dev',
2222
description='Python client library for Google Maps API Web Services',
2323
scripts=[],
2424
url='https://github.com/googlemaps/google-maps-services-python',

0 commit comments

Comments
 (0)