File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
projectHypeBerry.egg-info Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.0
22Name: Project_Hype-Berry
3- Version: 2.1.1
3+ Version: 2.1.2
44Summary: An API app for syncing todoist and habitica tasks
55Home-page: https://github.com/programmerPhysicist/Project_Hype-Berry
66Author: UNKNOWN
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'Project_Hype-Berry' ,
7- version = '2.1.1 ' ,
7+ version = '2.1.2 ' ,
88 url = 'https://github.com/programmerPhysicist/Project_Hype-Berry' ,
99 description = 'An API app for syncing todoist and habitica tasks' ,
1010 packages = ['Project_Hype-Berry' ],
Original file line number Diff line number Diff line change 1616
1717# TODO: Main.py overdue for an overhaul! Let's see.
1818# Version control, basic paths
19- VERSION = 'Project_Hype-Berry version 2.1.1 '
19+ VERSION = 'Project_Hype-Berry version 2.1.2 '
2020TASK_VALUE_BASE = 0.9747 # http://habitica.wikia.com/wiki/Task_Value
2121HABITICA_REQUEST_WAIT_TIME = 0.5 # time to pause between concurrent requests
2222HABITICA_TASKS_PAGE = '/#/tasks'
You can’t perform that action at this time.
0 commit comments