1 parent f4aa2f0 commit e29f112Copy full SHA for e29f112
2 files changed
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
TAG_NAME="${{ github.event.release.tag_name }}"
35
if [ -z "$TAG_NAME" ]; then
36
echo "No release tag found. Generating dev version."
37
- VERSION="0.1.1.dev${{ github.run_number }}"
+ VERSION="0.1.2.dev${{ github.run_number }}"
38
else
39
echo "GitHub Release Tag: $TAG_NAME"
40
VERSION=$(echo "$TAG_NAME" | sed 's/^v//')
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "agent-nexus-cli"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Nexus Is A CLI-Based AI Coding Agent That Transforms Natural Language Into Efficient, Production-Ready Code!"
5
readme = "readme.md"
6
requires-python = ">=3.14.2"
0 commit comments