Skip to content

Commit

Permalink
misc: increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Feb 16, 2025
1 parent db96017 commit 9353e48
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,7 @@
from setuptools import setup, find_packages

PACKAGE = 'flatn'
VERSION = '0.1.2'
MACOS_FILES = [
('flatter-darwin', 'flatter'),
('libflatter.dylib', 'libflatter.dylib'),
]
MACOS_TARGET = 'darwin'
LINUX_FILES = [
('flatter-linux', 'flatter'),
('libflatter.so', 'libflatter.so'),
]
LINUX_TARGET = 'linux'
DIR_BUILD = 'build'
DIR_DEST = PACKAGE
VERSION = '0.2.0'

class CustomBdistWheel(bdist_wheel):
def finalize_options(self):
Expand Down

0 comments on commit 9353e48

Please sign in to comment.