Skip to content

Commit ef95cdf

Browse files
authored
Merge pull request #85 from tbabej/develop
setup: Add __version__ attribute for the tasklib module
2 parents e0d5a3f + d035a34 commit ef95cdf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
install_requirements = ['pytz', 'tzlocal']
44

5-
version = '2.2.0'
5+
version = '2.2.1'
66

77
try:
88
import importlib

tasklib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
from .backends import TaskWarrior
22
from .task import Task
33
from .serializing import local_zone
4+
5+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)