We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5867f3b commit 5f345ffCopy full SHA for 5f345ff
2 files changed
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright 2012-2015 ORCAS
+Copyright 2012-2017 ORCAS
2
3
Licensed under the Apache License, Version 2.0 (the "License");
4
you may not use this file except in compliance with the License.
fitbit/__init__.py
@@ -3,7 +3,7 @@
Fitbit API Library
------------------
5
6
-:copyright: 2012-2015 ORCAS.
+:copyright: 2012-2017 ORCAS.
7
:license: BSD, see LICENSE for more details.
8
"""
9
@@ -14,11 +14,11 @@
14
__title__ = 'fitbit'
15
__author__ = 'Issac Kelly and ORCAS'
16
__author_email__ = '[email protected]'
17
-__copyright__ = 'Copyright 2012-2015 ORCAS'
+__copyright__ = 'Copyright 2012-2017 ORCAS'
18
__license__ = 'Apache 2.0'
19
20
-__version__ = '0.2.4'
21
-__release__ = '0.2.4'
+__version__ = '0.3.0'
+__release__ = '0.3.0'
22
23
# Module namespace.
24
0 commit comments