bumped version, added todo

This commit is contained in:
2023-03-31 23:52:05 +02:00
parent 211d3758e6
commit d3db6f3759
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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",