Skip to content

Commit

Permalink
Merge pull request #85 from tbabej/develop
Browse files Browse the repository at this point in the history
setup: Add __version__ attribute for the tasklib module
  • Loading branch information
robgolding authored Sep 10, 2020
2 parents e0d5a3f + d035a34 commit ef95cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

install_requirements = ['pytz', 'tzlocal']

version = '2.2.0'
version = '2.2.1'

try:
import importlib
Expand Down
2 changes: 2 additions & 0 deletions tasklib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .backends import TaskWarrior
from .task import Task
from .serializing import local_zone

__version__ = '2.2.1'

0 comments on commit ef95cdf

Please sign in to comment.