Skip to content

Commit

Permalink
Updated download link
Browse files Browse the repository at this point in the history
  • Loading branch information
lVoidi committed Oct 2, 2021
1 parent 3a3bf73 commit 6446b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
Check this gist:
https://gist.github.com/XVilka/8346728#terminals--true-color
"""
from themify.colormate.colormate import Theme
from themify.colormate import *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'colormate',
packages = ['colormate'],
version = '0.221',
version = '0.2211',
license='MIT',
description = 'A package to theme terminal scripts with custom colors and text formatting',
author = 'Rodrigo',
author_email = '[email protected]',
url = 'https://github.com/mrjakesir/themify',
download_url = 'https://github.com/MrJakeSir/themify/archive/refs/tags/v_01.zip',
download_url = 'https://github.com/MrJakeSir/themify/archive/refs/tags/v_02.zip',
keywords = ['Colors', 'Scripting', 'Theme', 'Theming'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 6446b17

Please sign in to comment.