We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc8e30 commit 9dc96f9Copy full SHA for 9dc96f9
.github/workflows/python-publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
deploy:
12
- if: ${{ startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/main' }}
+ # if: ${{ startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/main' }}
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
setup.py
@@ -22,7 +22,7 @@ def parse_requirements(filename):
22
if __name__ == "__main__":
23
setup(
24
name=PACKAGE_NAME,
25
- version="0.1.4",
+ version="0.2.0",
26
description="A simple python package for controlling an aries agent through the admin-api interface",
27
long_description=long_description,
28
long_description_content_type="text/markdown",
0 commit comments