Skip to content

Commit

Permalink
Version 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
croketillo committed Dec 23, 2023
1 parent d073d1c commit 8447a7e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use ```start_color(<patterns>)``` for initialize the color print, and ```end_col
### Example

```python
from colorpattern.colorpattern import *
from colorpattern import *

def main():
# Define your color patterns
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Example

.. code:: python
from colorpattern.colorpattern import *
from colorpattern import *
def main():
# Define your color patterns
Expand Down
2 changes: 1 addition & 1 deletion colorpattern/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@

from colorpattern.colorpattern import *
2 changes: 1 addition & 1 deletion colorpattern/colorpattern.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This file is (or part of) COLORPATTERN v1.4.6
This file is (or part of) COLORPATTERN v1.4.7
Copyright 2023- Croketillo <croketillo@gmail.com> https://github.com/croketillo
DESCIPTION:
Expand Down
Binary file added dist/colorpattern-1.4.7-py3-none-any.whl
Binary file not shown.
Binary file added dist/colorpattern-1.4.7.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def read(file_name=None, is_encoding=True, ignore_raises=False):

setup(
name='colorpattern',
version='1.4.6',
version='1.4.7',
author='croketillo',
author_email='croketillo@gmail.com',
license=read("LICENSE", is_encoding=False, ignore_raises=True),
Expand Down

0 comments on commit 8447a7e

Please sign in to comment.