Skip to content

Commit

Permalink
add files __init__ in folders
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschandra committed Jun 21, 2021
1 parent 20713dd commit 6b236d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions earthvision/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from earthvision import constants
from earthvision import datasets
Empty file.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions earthvision/constants/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from earthvision.constants import COWC
from earthvision.constants import DroneDeploy
from earthvision.constants import RESISC45
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('requirements.txt') as f:
required = f.read().splitlines()

version = '0.0.4'
version = '0.0.5'
download_url = f'https://github.com/jakartaresearch/earth-vision/archive/v{version}.tar.gz'

setup(
Expand Down

0 comments on commit 6b236d4

Please sign in to comment.