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 1
1
Metadata-Version: 1.0
2
2
Name: Project_Hype-Berry
3
- Version: 2.1.1
3
+ Version: 2.1.2
4
4
Summary: An API app for syncing todoist and habitica tasks
5
5
Home-page: https://github.com/programmerPhysicist/Project_Hype-Berry
6
6
Author: UNKNOWN
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'Project_Hype-Berry' ,
7
- version = '2.1.1 ' ,
7
+ version = '2.1.2 ' ,
8
8
url = 'https://github.com/programmerPhysicist/Project_Hype-Berry' ,
9
9
description = 'An API app for syncing todoist and habitica tasks' ,
10
10
packages = ['Project_Hype-Berry' ],
Original file line number Diff line number Diff line change 16
16
17
17
# TODO: Main.py overdue for an overhaul! Let's see.
18
18
# Version control, basic paths
19
- VERSION = 'Project_Hype-Berry version 2.1.1 '
19
+ VERSION = 'Project_Hype-Berry version 2.1.2 '
20
20
TASK_VALUE_BASE = 0.9747 # http://habitica.wikia.com/wiki/Task_Value
21
21
HABITICA_REQUEST_WAIT_TIME = 0.5 # time to pause between concurrent requests
22
22
HABITICA_TASKS_PAGE = '/#/tasks'
You can’t perform that action at this time.
0 commit comments