Skip to content

Commit 451eb6a

Browse files
authored
Merge pull request #142 from aperture-data/release-0.3.1
Release 0.3.1
2 parents 4a9a9c0 + 9553246 commit 451eb6a

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,3 @@ jobs:
9696
- name: GitHub Release
9797
run: 'TOKEN=${{ secrets.GITHUBPAT }} ./github-release.sh'
9898
shell: bash
99-
100-
deploy_artifacts_staging_environment:
101-
needs:
102-
- build-test
103-
- build_and_deploy_docs
104-
runs-on: ubuntu-latest
105-
steps:
106-
- uses: actions/checkout@v3
107-
with:
108-
fetch-depth: 0
109-
ref: ${{ github.event.pull_request.head.ref }}
110-
- name: Set release version
111-
env:
112-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
113-
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
114-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
115-
run: './configure_deployment.sh'
116-
shell: bash
117-
- uses: actions-hub/kubectl@master
118-
env:
119-
KUBE_CONFIG: ${{ secrets.KUBECONFIG_STAGE }}
120-
with:
121-
args: apply -f deploy/

aperturedb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
logger = logging.getLogger(__name__)
77

8-
__version__ = "0.3.0"
8+
__version__ = "0.3.1"
99

1010
# set log level
1111
logger.setLevel(logging.DEBUG)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="aperturedb",
8-
version="0.3.0",
8+
version="0.3.1",
99
description="ApertureDB Client Module",
1010
install_requires=['protobuf>=3.20.0', 'scikit-image', 'image', 'requests', 'boto3',
1111
'opencv-python', 'numpy', 'matplotlib', 'pandas', 'kaggle', 'google-cloud-storage'],

0 commit comments

Comments
 (0)