Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
treatmesubj committed Oct 27, 2023
1 parent 9336065 commit 25ff97d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

setup(
name="thesr",
version="0.0.8",
version="0.0.9",
license="gpl-3.0",
author="John Hupperts",
author_email="jrock4503@hotmail.com",
description="thesaurus (and also dictionary)",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/treatmesubj/Thesaurus_Rex",
download_url="https://github.com/treatmesubj/Thesaurus_Rex/archive/refs/tags/v0.0.8.tar.gz",
download_url="https://github.com/treatmesubj/Thesaurus_Rex/archive/refs/tags/v0.0.9.tar.gz",
packages=["thesr"],
package_dir={"Thesaurus_Rex": "thesr"},
project_urls={
Expand Down
2 changes: 2 additions & 0 deletions thesr/thesr.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def get_syns_ants(word):
posTabs = sanjay['tuna']['resultsData']['definitionData']['definitions']
except TypeError:
return
except KeyError:
return

homonyms = []
for tab in posTabs:
Expand Down

0 comments on commit 25ff97d

Please sign in to comment.