Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrodri committed Sep 25, 2024
1 parent 1c7bfdc commit cd10ab3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Binary file modified images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/abraia
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def input_files(src):


@click.group('abraia')
@click.version_option('0.15.4')
@click.version_option('0.16.0')
def cli():
"""Abraia CLI tool"""
pass
Expand All @@ -64,7 +64,7 @@ def configure():
@cli.command()
def info():
"""Show user account information"""
click.echo('abraia, version 0.15.4\n')
click.echo('abraia, version 0.16.0\n')
click.echo('Go to [' + click.style('https://abraia.me/console/', fg='green') + '] to see your account information\n')


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='abraia',
version='0.15.4',
version='0.16.0',
description='Abraia Python SDK',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
6 changes: 0 additions & 6 deletions tests/test_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ def test_save_tiff_image():
img = multiple.load_image('AnnualCrop_1896.tiff')
path = multiple.save_image('test.tiff', img)
assert path == 'test.tiff'


def test_load_dataset():
X, y = multiple.load_dataset('PetImages')
assert isinstance(X, list)
assert isinstance(y, list)

0 comments on commit cd10ab3

Please sign in to comment.