Skip to content

Commit 01dc331

Browse files
Fix Spanner Metadata (googleapis#3009)
1 parent 6f98d17 commit 01dc331

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

spanner/README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Python Client for Cloud Spanner
22
===============================
33

4-
Python idiomatic client for `Cloud Spanner`_
4+
Python idiomatic client for `Cloud Spanner`_.
5+
6+
.. _Cloud Spanner: https://googlecloudplatform.github.io/google-cloud-python/latest/spanner-usage.html
7+
58

69
Quick Start
710
-----------
811

9-
::
12+
.. code-block:: console
1013
1114
$ pip install --upgrade google-cloud-spanner

spanner/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 4 - Beta',
38+
'Development Status :: 3 - Alpha',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name='google-cloud-spanner',
62-
version='0.23.0',
62+
version='0.23.1',
6363
description='Python Client for Cloud Spanner',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)