Skip to content

Commit

Permalink
update version and add MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschandra committed Jun 21, 2021
1 parent 9854763 commit 20713dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
with open('requirements.txt') as f:
required = f.read().splitlines()

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

setup(
name='earth-vision',
Expand Down

0 comments on commit 20713dd

Please sign in to comment.