From 9353e48dfcbde53f054eaaa1e48eb0ccefd54432 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 16 Feb 2025 15:23:32 +0100 Subject: [PATCH] misc: increase version number --- setup.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/setup.py b/setup.py index 5509a87..1d735ba 100644 --- a/setup.py +++ b/setup.py @@ -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):