Skip to content

Commit

Permalink
Bump to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy-Ngo authored Dec 11, 2020
1 parent 64cf5a9 commit 67f817c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ classifiers = [
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English',
'Natural Language :: Vietnamese',
'Operating System :: OS Independent',
'Operating System :: POSIX',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
2 changes: 1 addition & 1 deletion src/acanban/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__all__ = ['app']
__doc__ = 'Academic Kanban'
__version__ = '0.0.1'
__version__ = '0.0.2'


class Acanban(QuartTrio):
Expand Down

0 comments on commit 67f817c

Please sign in to comment.