From 591122b8f98b842e1e4118f3dad2f0da44a0d3e4 Mon Sep 17 00:00:00 2001 From: Ortis <ortis@ortis.io> Date: Mon, 15 Aug 2022 21:24:39 +0900 Subject: [PATCH] pypi 0.1.4 --- README.md | 6 ++++-- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1555575..f788f0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -[](https://github.com/0rtis) + +[](https://pypi.org/project/dfktools/) [](https://github.com/0rtis/dfktools/blob/master/LICENSE) -[](https://discord.gg/BMWKgZSXqJ) +[](https://github.com/0rtis) +[](https://discord.gg/BMWKgZSXqJ) [](https://twitter.com/intent/follow?screen_name=ortis95) diff --git a/pyproject.toml b/pyproject.toml index 6ef26b6..246d63b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "dfktools" description = "A toolbox for DefiKingdoms" authors = [{name = "Ortis", email = "ortis@ortis.io"}] -version = "0.1.3" +version = "0.1.4" readme = "README.md" keywords = ["blockchain", "web3", "NFT", "etherum", "game"] license = {file = "LICENSE"} diff --git a/setup.cfg b/setup.cfg index d58f745..eb96887 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dfktools -version = 0.1.3 +version = 0.1.4 author = Ortis author_email = ortis@ortis.io description = A toolbox for DefiKingdoms