~vincent-vandevyvre/pyunraw/trunk

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Vincent Vande Vyvre
  • Date: 2017-12-26 10:42:40 UTC
  • Revision ID: vincent.vandevyvre@oqapy.eu-20171226104240-2wl6pr7p328zlmpw
Move dcraw version number to __init__.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
version = (1, 1, 0)
4
4
__version__ = ".".join([str(i) for i in version])
 
5
__dcraw_version__ = (9, 28)