Skip to content

Commit

Permalink
misc: bump to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Feb 10, 2025
1 parent 3169867 commit a86a81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- collect-artifacts

# only test publish on master branch
if: ${{ github.ref == 'refs/heads/master' }}
if: github.ref == 'refs/heads/master'

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

PACKAGE = 'flatn'
VERSION = '0.1.0'
VERSION = '0.1.2'
MACOS_FILES = [
('flatter-darwin', 'flatter'),
('libflatter.dylib', 'libflatter.dylib'),
Expand Down

0 comments on commit a86a81e

Please sign in to comment.