Skip to content

Commit

Permalink
Version 1.2 and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Stopa committed Dec 4, 2018
1 parent a2662b4 commit a39c976
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ Simple sunset and sunrise time calculation python library.

Download and type:

python setup.py install
python3 setup.py install

Or using pip:

pip3 install dateutil
pip3 install git+https://github.com/satagro/suntime.git

## Usage

Expand Down Expand Up @@ -42,7 +46,12 @@ You can use the library to get UTC and local time sunrise and sunset times typin

## License

Copyright © 2017 SatAgro Sp. z o.o.
Copyright © 2018 SatAgro Sp. z o.o. and contributors:

* Krzysztof Stopa ([kstopa](https://github.com/kstopa))
* Andrey Kobyshev ([yokotoka](https://github.com/yokotoka))
* Matthias ([palto42](https://github.com/plato42))


This file is part of SunTime library for python (SunTime).

Expand Down
2 changes: 1 addition & 1 deletion suntime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .suntime import Sun

__author__ = 'Krzysztof Stopa'
__version__ = '0.9.1'
__version__ = '1.2'
__email__ = '[email protected]'

0 comments on commit a39c976

Please sign in to comment.