From f892a2b46e7fd31c639723d1d9bf4d9ad63752d6 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 19 Feb 2023 22:41:42 -0800 Subject: [PATCH] bump version for 23.0.1dev release --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86971b2..32e1001 100644 --- a/setup.py +++ b/setup.py @@ -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"