Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Oct 9, 2024
1 parent 70e682e commit a9c5263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distlib/__init__.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit a9c5263

Please sign in to comment.