From 7ed9237290316ccd43e1652579d127b079a64e4d Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Thu, 10 Mar 2022 10:59:52 -0600 Subject: [PATCH] updated imports --- build.py | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.py b/build.py index c8a25f3..3f9fbd4 100644 --- a/build.py +++ b/build.py @@ -3,8 +3,6 @@ """ import requests -tags = html_styles - # download file page = requests.get("https://raw.githubusercontent.com/marionebl/html-styles/master/index.json") data = page.json() diff --git a/pyproject.toml b/pyproject.toml index 12de071..a2d3884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "html-styles" -version = "0.1.1" +version = "0.1.2" description = "List of HTML tag default styles." authors = ["Christopher Pickering "] license="GPL-3.0-or-later"