Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions spanner/README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Python Client for Cloud Spanner
===============================

Python idiomatic client for `Cloud Spanner`_
Python idiomatic client for `Cloud Spanner`_.

.. _Cloud Spanner: https://googlecloudplatform.github.io/google-cloud-python/latest/spanner-usage.html


Quick Start
-----------

::
.. code-block:: console

$ pip install --upgrade google-cloud-spanner
4 changes: 2 additions & 2 deletions spanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'include_package_data': True,
'zip_safe': False,
'classifiers': [
'Development Status :: 4 - Beta',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand All @@ -59,7 +59,7 @@

setup(
name='google-cloud-spanner',
version='0.23.0',
version='0.23.1',
description='Python Client for Cloud Spanner',
long_description=README,
namespace_packages=[
Expand Down