bump version for 23.0.1dev release

This commit is contained in:
Mahmoud Hashemi 2023-02-19 22:41:42 -08:00
parent 2adf15c735
commit f892a2b46e
1 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from setuptools import setup
__author__ = 'Mahmoud Hashemi'
__version__ = '23.0.0'
__version__ = '23.0.1dev'
__contact__ = 'mahmoud@hatnote.com'
__url__ = 'https://github.com/mahmoud/boltons'
__license__ = 'BSD'
@ -60,7 +60,9 @@ A brief checklist for release:
* git commit (if applicable)
* Bump setup.py version off of -dev
* git commit -a -m "bump version for x.y.z release"
* python setup.py sdist bdist_wheel upload
* rm -rf dist/*
* python setup.py sdist bdist_wheel
* twine upload dist/*
* bump docs/conf.py version
* git commit
* git tag -a x.y.z -m "brief summary"