Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStratou committed Aug 18, 2024
1 parent 9ca3730 commit 0941acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion raia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
from .default import *
from .rgb import *
__version__ = '0.1.0'
__version__ = '0.1.1'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
version=info['__version__'],
author='Alexandros Stratoudakis',
long_description_content_type='text/markdown',
long_description = open('README.md','r').read(),
author_email='alexstrat4@gmail.com',
url='https://github.com/AlexStratou/raia',
download_url='https://github.com/AlexStratou/raia/archive/refs/tags/v0.1.0.zip',
Expand Down

0 comments on commit 0941acc

Please sign in to comment.