File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '2.4.0 '
54+ version = '2.4.1 '
5555# The full version, including alpha/beta/rc tags.
56- release = '2.4.0 '
56+ release = '2.4.1 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33install_requirements = ['pytz' , 'tzlocal' ]
44
5- version = '2.4.0 '
5+ version = '2.4.1 '
66
77try :
88 import importlib
1212setup (
1313 name = 'tasklib' ,
1414 version = version ,
15- description = 'Python Task Warrior library' ,
15+ description = 'Official Taskwarrior library for Python ' ,
1616 long_description = open ('README.rst' ).read (),
17- author = 'Rob Golding ' ,
18- 17+ author = 'GothenburgBitFactory ' ,
18+ 1919 license = 'BSD' ,
20- url = 'https://github.com/robgolding /tasklib' ,
21- download_url = 'https://github.com/robgolding /tasklib/downloads' ,
20+ url = 'https://github.com/GothenburgBitFactory /tasklib' ,
21+ download_url = 'https://github.com/GothenburgBitFactory /tasklib/downloads' ,
2222 packages = find_packages (),
2323 include_package_data = True ,
2424 test_suite = 'tasklib.tests' ,
Original file line number Diff line number Diff line change 22from .task import Task
33from .serializing import local_zone
44
5- __version__ = '2.3.0 '
5+ __version__ = '2.4.1 '
You can’t perform that action at this time.
0 commit comments