From a9c52634eb06d912f798c0d6aacc80734c8bf661 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 9 Oct 2024 19:36:50 +0100 Subject: [PATCH] Bump version. --- distlib/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distlib/__init__.py b/distlib/__init__.py index bf0d6c6..eb1307d 100644 --- a/distlib/__init__.py +++ b/distlib/__init__.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2012-2023 Vinay Sajip. +# Copyright (C) 2012-2024 Vinay Sajip. # Licensed to the Python Software Foundation under a contributor agreement. # See LICENSE.txt and CONTRIBUTORS.txt. # import logging -__version__ = '0.3.9' +__version__ = '0.4.0.dev0' class DistlibException(Exception):