Skip to content

Commit e29f112

Browse files
committed
feat: version num updated
1 parent f4aa2f0 commit e29f112

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TAG_NAME="${{ github.event.release.tag_name }}"
3535
if [ -z "$TAG_NAME" ]; then
3636
echo "No release tag found. Generating dev version."
37-
VERSION="0.1.1.dev${{ github.run_number }}"
37+
VERSION="0.1.2.dev${{ github.run_number }}"
3838
else
3939
echo "GitHub Release Tag: $TAG_NAME"
4040
VERSION=$(echo "$TAG_NAME" | sed 's/^v//')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-nexus-cli"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Nexus Is A CLI-Based AI Coding Agent That Transforms Natural Language Into Efficient, Production-Ready Code!"
55
readme = "readme.md"
66
requires-python = ">=3.14.2"

0 commit comments

Comments
 (0)