Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jul 31, 2024
1 parent ce5d027 commit 33bffce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jinxed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2019 - 2022 Avram Lubkin, All Rights Reserved
# Copyright 2019 - 2024 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 Down Expand Up @@ -27,7 +27,7 @@
from jinxed._util import get_term


__version__ = '1.2.1'
__version__ = '1.3.0'

COLOR_BLACK = 0
COLOR_RED = 1
Expand Down

0 comments on commit 33bffce

Please sign in to comment.