Skip to content

Commit

Permalink
python package
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Jan 25, 2024
1 parent 39e27a7 commit 149e021
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed __init__.py
Empty file.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.1.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version(rel_path):
'passlib',
'jose'
],
entry_points={"console_scripts": ["process_dataset_test = xi-mzidentml-converter.process_dataset_test:main"]},
entry_points={"console_scripts": ["process_dataset_test = process_dataset_test:main"]},
platforms=["any"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 149e021

Please sign in to comment.