Skip to content

Commit

Permalink
Merge pull request #25 from PhonePe/mr_workflow
Browse files Browse the repository at this point in the history
Adding workflow for generating automatic version update
  • Loading branch information
Ncoder2 authored Jun 2, 2024
2 parents a9ef1d2 + 484a600 commit 267ad80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mantis-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
python-version: '3.9'

- name: Install dependencies
run: poetry install
- name: Install Poetry and bump2version
run: pip install poetry==1.4.2 bump2version==1.0.1

- name: Bump version
id: bump_version
Expand Down
1 change: 1 addition & 0 deletions mantis/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1.0"
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ rocketry = "2.5.1"
boto3 = "1.28.20"
tqdm = "4.66.1"
cloudflare = "*"
bump2version = "^1.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 267ad80

Please sign in to comment.