Skip to content

Commit 29698e5

Browse files
committed
Release 0.1.1
1 parent 7a10dde commit 29698e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
name = "tarantool-python",
77
packages = ["tarantool"],
88
package_dir = {"tarantool": os.path.join("src", "tarantool")},
9-
version = "0.1.0",
9+
version = "0.1.1",
1010
platforms = ["all"],
1111
author = "Konstantin Cherkasoff",
1212
author_email = "[email protected]",
1313
url = "https://github.com/coxx/tarantool-python",
14-
description = "Python client library for Tarantool Database",
14+
description = "Python client library for the Tarantool Database",
1515
)

0 commit comments

Comments
 (0)