Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Sep 27, 2022
1 parent c54b283 commit a2fdb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enlighten/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2017 - 2021 Avram Lubkin, All Rights Reserved
# Copyright 2017 - 2022 Avram Lubkin, All Rights Reserved

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
Expand All @@ -16,7 +16,7 @@
from enlighten._util import EnlightenWarning, Justify


__version__ = '1.10.2'
__version__ = '1.11.0'
__all__ = ['Counter', 'EnlightenWarning', 'Justify', 'Manager',
'StatusBar', 'SubCounter', 'get_manager', 'NotebookManager']

Expand Down

0 comments on commit a2fdb39

Please sign in to comment.