Skip to content

Commit

Permalink
upload v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maihao14 committed Dec 23, 2021
1 parent 481273c commit 5c36506
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
13 changes: 8 additions & 5 deletions quakelabeler.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
Metadata-Version: 1.2
Metadata-Version: 2.1
Name: QuakeLabeler
Version: 0.0.1
Version: 1.0.1
Summary: Fast AI Seismic Annotation Tools
Home-page: https://github.com/maihao14/QuakeLabeler
Author: Hao Mai, Pascal Audet
Author-email: hmai090@uottawa.ca, pascal.audet@uottawa.ca
Maintainer: Hao Mai & Pascal Audet
Maintainer-email: hmai090@uottawa.ca
License: UNKNOWN
Download-URL: https://github.com/maihao14/QuakeLabeler/archive/refs/tags/v0.0.1.tar.gz
Description: UNKNOWN
Keywords: AI,seismic,label,dataset
Download-URL: https://github.com/maihao14/QuakeLabeler/archive/refs/tags/v1.0.1.tar.gz
Keywords: AI,earthquake,labeler,dataset
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
License-File: LICENSE

UNKNOWN

1 change: 1 addition & 0 deletions quakelabeler.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
LICENSE
README.md
setup.cfg
setup.py
Expand Down
1 change: 1 addition & 0 deletions quakelabeler.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ requests
progress
matplotlib
termplotlib
art
Binary file modified quakelabeler/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion quakelabeler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '1.0.1'

__author__ = 'Hao Mai & Pascal Audet'

Expand Down
Binary file modified quakelabeler/examples/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def find_version(*paths):
maintainer='Hao Mai & Pascal Audet',
maintainer_email='hmai090@uottawa.ca',
url='https://github.com/maihao14/QuakeLabeler',
download_url='https://github.com/maihao14/QuakeLabeler/archive/refs/tags/v0.0.1.tar.gz',
keywords=['AI', 'seismic', 'label', 'dataset'],
download_url='https://github.com/maihao14/QuakeLabeler/archive/refs/tags/v1.0.1.tar.gz',
keywords=['AI', 'earthquake', 'labeler', 'dataset'],
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 5c36506

Please sign in to comment.