From 2ec0484d100e65c49838c0b7a663ada7e691a935 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 16 Feb 2025 17:50:06 +0100 Subject: [PATCH] misc: bump version --- pyproject.toml | 2 +- setup.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 470b6fe..0e425d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flatn" -version = "0.1.0" +version = "0.2.0" authors = [ { name = "Mathias Hall-Andersen", email = "mathias@hall-andersen.dk" }, ] diff --git a/setup.py b/setup.py index 1d735ba..c679677 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,6 @@ from setuptools import setup, find_packages PACKAGE = 'flatn' -VERSION = '0.2.0' class CustomBdistWheel(bdist_wheel): def finalize_options(self): @@ -21,7 +20,6 @@ def get_tag(self): setup( name=PACKAGE, - version=VERSION, description='Flatter Library Distribution Package', author='Mathias Hall-Andersen', author_email='mathias@hall-andersen.dk',