Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrand committed Jan 5, 2021
1 parent bc76e3f commit e9afc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/README.md
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def list_packages(source_directory: str = ".") -> List[str]:
return packages


version = "0.9.0"
version = "0.9.1"
requirements = []
test_requirements = ["twine", "adafruit-ampy>=1.0.0"]

readme_location = os.path.join(__file__, "..", "..", "README.md")
readme_location = "README.md"
if os.path.isfile(readme_location):
with open(readme_location, "r") as handle:
long_description = handle.read()
Expand Down

0 comments on commit e9afc26

Please sign in to comment.