Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
Added support for asynchronous operations and switched to using JSON Schema Draft7
  • Loading branch information
WardLT committed Apr 19, 2019
1 parent a569d4b commit e1ff831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlhub_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "0.7.4"
__version__ = "0.8.0"

# app name to send as part of SDK requests
app_name = "DLHub SDK v{}".format(__version__)

0 comments on commit e1ff831

Please sign in to comment.