From d3db6f3759287c0e57a5982fda09f9192f122af9 Mon Sep 17 00:00:00 2001 From: Zev Averbach Date: Fri, 31 Mar 2023 23:52:05 +0200 Subject: [PATCH] bumped version, added todo --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34dfd7b..c7d33c7 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,5 @@ To do this magic, you have to first - [ ] add support for partial updates, so it's not only about subdomains, but also `/sub-pages` - [ ] add some color and spinners to the CLI using Rich +- [ ] sitemap.xml generation diff --git a/setup.py b/setup.py index 9eea674..5abbd43 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="publify", - version="0.2.0", + version="0.2.1", description="A CLI for publishing sites to Netlify and assigning custom domains to them.", author="Zev Averbach", author_email="zev@averba.ch",