Skip to content

Commit 79393ea

Browse files
committed
Changed version to 0.1.0
1 parent 1ee5901 commit 79393ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ any available async ORM. This also means that you are going to get a very basic
1111
with some helpers to make your experience more pleasant, but nothing fancy.
1212

1313
##### Installing
14-
`pip install starlette-jsonapi==0.0.1`
14+
`pip install starlette-jsonapi==0.1.0`
1515

1616
Since this project is under development, please pin your dependencies to avoid problems.
1717

@@ -220,7 +220,7 @@ class EmployeeManagerResource(BaseRelationshipResource):
220220

221221
app = Starlette()
222222
EmployeeResource.register_routes(app=app, base_path='/')
223-
EmployeeManagerResource.register_routes(app=app, base_path='/')
223+
EmployeeManagerResource.register_routes(app=app)
224224
```
225225

226226
#### Registering resource paths

starlette_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)