diff --git a/README.md b/README.md index 9f9f9ad..fba6c73 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Installation -`pip install trove_query_parser` +`pip install trove-query-parser` ## How to use diff --git a/docs/index.html b/docs/index.html index 4ec5cd8..eae8764 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@
-

Installation

pip install trove_query_parser

+

Installation

pip install trove-query-parser

diff --git a/index.ipynb b/index.ipynb index a677698..709f332 100644 --- a/index.ipynb +++ b/index.ipynb @@ -15,7 +15,7 @@ "source": [ "## Installation\n", "\n", - "`pip install trove_query_parser`" + "`pip install trove-query-parser`" ] }, { diff --git a/settings.ini b/settings.ini index f7fb34a..5e68626 100644 --- a/settings.ini +++ b/settings.ini @@ -13,7 +13,7 @@ author = Tim Sherratt author_email = tim@timsherratt.org copyright = Tim Sherratt branch = master -version = 0.1.0 +version = 0.1.1 min_python = 3.6 audience = Developers language = English diff --git a/trove_query_parser/__init__.py b/trove_query_parser/__init__.py index 3dc1f76..485f44a 100644 --- a/trove_query_parser/__init__.py +++ b/trove_query_parser/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"