Skip to content

Commit 08e86c3

Browse files
committed
bump version to v0.2.0
1 parent bd130a2 commit 08e86c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Help wanted
9393
-----------
9494
ObjectBox for Python is still in an early stage with limited feature set (compared to other languages).
9595
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
96+
The ObjectBox team will try its best to guide you and answer questions. See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
9797

9898
Feedback
9999
--------

objectbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232

3333
# Python binding version
34-
version = Version(0, 1, 0)
34+
version = Version(0, 2, 0)
3535

3636

3737
def version_info():

0 commit comments

Comments
 (0)