Skip to content

Commit

Permalink
misc: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Feb 16, 2025
1 parent 5920b96 commit 2ec0484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
]
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from setuptools import setup, find_packages

PACKAGE = 'flatn'
VERSION = '0.2.0'

class CustomBdistWheel(bdist_wheel):
def finalize_options(self):
Expand All @@ -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',
Expand Down

0 comments on commit 2ec0484

Please sign in to comment.