Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Oct 5, 2021
1 parent a03ac7a commit 27f6c53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Installation

`pip install trove_query_parser`
`pip install trove-query-parser`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Installation">Installation<a class="anchor-link" href="#Installation"> </a></h2><p><code>pip install trove_query_parser</code></p>
<h2 id="Installation">Installation<a class="anchor-link" href="#Installation"> </a></h2><p><code>pip install trove-query-parser</code></p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"## Installation\n",
"\n",
"`pip install trove_query_parser`"
"`pip install trove-query-parser`"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ author = Tim Sherratt
author_email = [email protected]
copyright = Tim Sherratt
branch = master
version = 0.1.0
version = 0.1.1
min_python = 3.6
audience = Developers
language = English
Expand Down
2 changes: 1 addition & 1 deletion trove_query_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 27f6c53

Please sign in to comment.