Skip to content

Commit 9aec664

Browse files
committed
bump version 0.0.2, release to pypi
1 parent 4fb95c1 commit 9aec664

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ django_rest_framework_redocs.egg-info/
44
.DS_Store
55
media
66
migrations
7+
build
8+
dist
79

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Inspired by [django-rest-framework-docs](https://github.com/manosim/django-rest-
1616

1717
## Installation
1818

19-
For now, please do `pip install git+https://github.com/whitedogg13/django-rest-framework-redocs`.
20-
21-
(We will publish it soon after some more tests!)
19+
```
20+
pip install django_rest_framework_redocs
21+
```
2222

2323
## Dependencies
2424

redocs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.0.2'

0 commit comments

Comments
 (0)