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 46c15e603ace907da275c55c35e50b188b12527d
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Jul 9 09:48:55 2021 -0400

    AIRAVATA-3485 Bump version to 1.1.dev.4
---
 README.md | 1 +
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b6021bd..4b989e3 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ isort .
    ```
    cd /tmp/
    git clone /path/to/airavata-django-portal-sdk/ -b VERSION
+   cd airavata-django-portal-sdk
    python3 -m venv venv
    source venv/bin/activate
    python3 -m pip install --upgrade build
diff --git a/setup.py b/setup.py
index 638d365..15e9836 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ def read(fname):
 
 setup(
     name="airavata-django-portal-sdk",
-    version="1.1.dev3",
+    version="1.1.dev4",
     url="https://github.com/apache/airavata-django-portal-sdk";,
     author="Apache Software Foundation",
     author_email="[email protected]",

Reply via email to