Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmal-Neel committed Apr 2, 2019
1 parent e5de6ae commit 45a2730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nyoka/metadata.py
@@ -1,3 +1,3 @@
__version__ = '3.1.0'
__version__ = '3.0.7'
__license__ = "Apache Software License"

3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -29,7 +29,6 @@
],
packages = find_packages(),
install_requires = [
"lxml",
"numpy"
"lxml"
]
)

0 comments on commit 45a2730

Please sign in to comment.