Skip to content

Commit

Permalink
Script Error - V0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin C Presley committed Jul 8, 2021
1 parent 2b051e2 commit 01b1b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# ----------------------------------------------------------

# Version of Hydra according to pip
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _parse_requirements(filename: str) -> List[str]:
entry_points={
'console_scripts': [
'ndn-hydra = ndn_hydra.main.main:main',
'ndn-hydra-client = client.main.main.main'
#'ndn-hydra-client = client.main.main.main'
]
},
include_package_data=True,
Expand Down

0 comments on commit 01b1b11

Please sign in to comment.