Skip to content

Commit

Permalink
Release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsingh97 committed Sep 17, 2022
1 parent 1f950f1 commit 5d4b419
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include random_word/config.yml
include random_word/database/words.json
2 changes: 1 addition & 1 deletion docs/apininjas.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ from random_word import ApiNinjas
api_ninjas_service = ApiNinjas()

# Return a single random word
wordnik_service.get_random_word()
api_ninjas_service.get_random_word()
```
2 changes: 1 addition & 1 deletion random_word/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__all__ = ["Wordnik", "ApiNinjas", "RandomWords"]
__name__ = "Random Word"
__author__ = "Vaibhav Singh <hi@vaibhavsingh97.com>"
__version__ = "1.0.10"
__version__ = "1.0.11"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="Random Word",
version="1.0.10",
version="1.0.11",
author="Vaibhav Singh <hi@vaibhavsingh97.com>",
author_email="hi@vaibhavsingh97.com",
description="This is a simple python package to generate random english words",
Expand Down

0 comments on commit 5d4b419

Please sign in to comment.