Skip to content

Commit 5f345ff

Browse files
committed
version 0.3.0
1 parent 5867f3b commit 5f345ff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2012-2015 ORCAS
1+
Copyright 2012-2017 ORCAS
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

fitbit/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fitbit API Library
44
------------------
55
6-
:copyright: 2012-2015 ORCAS.
6+
:copyright: 2012-2017 ORCAS.
77
:license: BSD, see LICENSE for more details.
88
"""
99

@@ -14,11 +14,11 @@
1414
__title__ = 'fitbit'
1515
__author__ = 'Issac Kelly and ORCAS'
1616
__author_email__ = '[email protected]'
17-
__copyright__ = 'Copyright 2012-2015 ORCAS'
17+
__copyright__ = 'Copyright 2012-2017 ORCAS'
1818
__license__ = 'Apache 2.0'
1919

20-
__version__ = '0.2.4'
21-
__release__ = '0.2.4'
20+
__version__ = '0.3.0'
21+
__release__ = '0.3.0'
2222

2323
# Module namespace.
2424

0 commit comments

Comments
 (0)