Skip to content

Commit 49b6219

Browse files
Bump version.
1 parent 677a647 commit 49b6219

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projectHypeBerry.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: Project_Hype-Berry
3-
Version: 2.1.1
3+
Version: 2.1.2
44
Summary: An API app for syncing todoist and habitica tasks
55
Home-page: https://github.com/programmerPhysicist/Project_Hype-Berry
66
Author: UNKNOWN

setup.py

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

55
setup(
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'],

source/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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'
2020
TASK_VALUE_BASE = 0.9747 # http://habitica.wikia.com/wiki/Task_Value
2121
HABITICA_REQUEST_WAIT_TIME = 0.5 # time to pause between concurrent requests
2222
HABITICA_TASKS_PAGE = '/#/tasks'

0 commit comments

Comments
 (0)