Skip to content

Commit dc75aaf

Browse files
author
Ivan Dlugos
committed
remove dev version label and update the readme
1 parent 887cb94 commit dc75aaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Getting started
1414
---------------
1515
First of all, install the latest version:
1616
```bash
17-
pip install objectbox
17+
pip install --upgrade objectbox
1818
```
1919

2020
To start using ObjectBox as a storage for your data, you need to define your model first.

objectbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717

1818
# Python binding version
19-
version = Version(0, 1, 0, "dev")
19+
version = Version(0, 1, 0)
2020

2121

2222
def version_info():

0 commit comments

Comments
 (0)