Skip to content

Commit

Permalink
Fix example in README. Add 3.10 to supported Python versions. (#29)
Browse files Browse the repository at this point in the history
* Bump version
  • Loading branch information
lawrencefoley authored Oct 28, 2021
1 parent 80b7eab commit ca423e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install evergy

## Usage
```python
from evergy import Evergy
from evergy.evergy import Evergy

evergy = Evergy("<evergy-username>", "<evergy-password>")

Expand Down
2 changes: 1 addition & 1 deletion evergy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.3"
__version__ = "2.0.4"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
# This field adds keywords for your project which will appear on the
# project page. What does your project relate to?
Expand Down

0 comments on commit ca423e9

Please sign in to comment.