Skip to content

Commit

Permalink
Merge pull request #172 from rascaraficci/change-license-to-apache-2.0
Browse files Browse the repository at this point in the history
Changed license from GPL-3.0 to Apache-2.0
  • Loading branch information
rascaraficci committed Dec 23, 2020
2 parents 4648526 + e34f3d9 commit 15f3c02
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 676 deletions.
2 changes: 1 addition & 1 deletion DeviceManager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Following PEP 386
import time

__version__ = (1, 1, 0, 'alpha', int(time.time() / 100))
__version__ = (1,2,0)

0 comments on commit 15f3c02

Please sign in to comment.