Skip to content

Commit

Permalink
update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonegas committed Jan 30, 2025
1 parent 00fc178 commit 087d075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
tag: ${{ github.ref_name }}
run: |
echo "The branch version: $tag"
gh release create $tag --title "$tag" --prerelease --repo ${{ github.repository }} --notes "${{ env.TAG_MESSAGE }}"
gh release create $tag --title "$tag" --repo ${{ github.repository }} --notes "${{ env.TAG_MESSAGE }}"
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion nnodely/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.30.0'
__version__ = '1.0.0'

import sys
major, minor = sys.version_info.major, sys.version_info.minor
Expand Down

0 comments on commit 087d075

Please sign in to comment.