Skip to content

Commit

Permalink
Bump to first release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadmairaj committed Aug 4, 2021
1 parent b676416 commit 2cfb1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_long_description(path):

attrs = dict(
name='tkterminal',
version='0.1.0.b2',
version='0.1.0',
packages=find_packages(),
long_description=get_long_description('README.md'),
description='Terminal widget for Tkinter library.',
Expand All @@ -29,7 +29,7 @@ def get_long_description(path):
'bash',
],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: End Users/Desktop',
Expand Down

0 comments on commit 2cfb1b9

Please sign in to comment.