Skip to content

Commit 1966ae5

Browse files
author
Harvish N S
committed
revert to main version
1 parent 872f978 commit 1966ae5

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test-pypi-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Test PyPI Publishing
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types:
7-
- published
8-
- prereleased
5+
push:
6+
tags:
7+
- 'v*'
98

109
permissions: {}
1110

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
name = "mcp-proxy-for-aws"
1111

1212
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
13-
version = "1.0.2"
13+
version = "1.0.0"
1414

1515
description = "MCP Proxy for AWS"
1616
readme = "README.md"

0 commit comments

Comments
 (0)