Skip to content

Commit

Permalink
Changes for 0.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Aug 26, 2022
1 parent f00fce9 commit 598503b
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-2019 Vinay Sajip.
# Copyright (C) 2012-2022 Vinay Sajip.
# Licensed to the Python Software Foundation under a contributor agreement.
# See LICENSE.txt and CONTRIBUTORS.txt.
#
import logging

__version__ = '0.3.6.dev0'
__version__ = '0.3.6'

class DistlibException(Exception):
pass
Expand Down

0 comments on commit 598503b

Please sign in to comment.