Skip to content

Commit 84a6195

Browse files
committed
build(dist): build 0.2.x version
1 parent f3cc7d2 commit 84a6195

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
10.6 KB
Binary file not shown.

dist/formatfusion-0.2.0.tar.gz

14.4 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "FormatFusion"
7-
version = "0.1.5"
7+
version = "0.2.0"
88
authors = [
99
{ name="Wahyu Krisna Aji", email="[email protected]" },
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="FormatFusion",
5-
version="0.1.5",
5+
version="0.2.0",
66
description="Effortlessly Convert Between Data Formats with FormatFusion. FormatFusion is your one-stop solution for seamless conversion between YAML, JSON, XML, and CSV formats.",
77
long_description=open("README.md").read(),
88
url="https://github.com/aliftech/FormatFusion",

0 commit comments

Comments
 (0)