We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd130a2 commit 08e86c3Copy full SHA for 08e86c3
2 files changed
README.md
@@ -93,7 +93,7 @@ Help wanted
93
-----------
94
ObjectBox for Python is still in an early stage with limited feature set (compared to other languages).
95
To bring all these features to Python, we're asking the community to help out. PRs are more than welcome!
96
-The ObjectBox team will try its best to guide you and answer questions. See [CONTRIBUTING.md](CONTRIBUTING.md) to get started
+The ObjectBox team will try its best to guide you and answer questions. See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
97
98
Feedback
99
--------
objectbox/__init__.py
@@ -31,7 +31,7 @@
31
]
32
33
# Python binding version
34
-version = Version(0, 1, 0)
+version = Version(0, 2, 0)
35
36
37
def version_info():
0 commit comments