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 19:00:09 UTC

[airavata-django-portal-sdk] 02/02: AIRAVATA-3420 Bump version to 1.1dev1

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

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

commit a8f80a14f93c424e3343eaf2e1a5914b5f3477c8
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 24 14:59:10 2021 -0400

    AIRAVATA-3420 Bump version to 1.1dev1
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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