You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/24 18:35:46 UTC

[airavata-django-portal-sdk] 02/02: prep for 1.0 release

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git

commit b79cd5c73047951a089f458f0a8eb8ce4213d990
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 24 14:30:48 2021 -0400

    prep for 1.0 release
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c99e431..300de4f 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def read(fname):
 
 setup(
     name="airavata-django-portal-sdk",
-    version="0.1",
+    version="1.0",
     url="https://github.com/apache/airavata-django-portal-sdk",
     author="Apache Software Foundation",
     author_email="dev@airavata.apache.org",