Skip to content

Commit b0f2fd1

Browse files
committed
🐍 PyPi fix for readthedocs badge
1 parent 5f862e4 commit b0f2fd1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: photostats/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__: str = "Eric Mesa"
2-
__version__: str = "0.8.0"
2+
__version__: str = "0.7.1"
33
__license__: str = "GNU GPL v3.0"
44
__copyright__: str = "(c) 2020 Eric Mesa"
55
__email__: str = "[email protected]"

Diff for: pypi.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ PhotoStats
66

77
.. image:: https://codecov.io/gh/djotaku/photo_stats/branch/master/graph/badge.svg
88
:target: https://codecov.io/gh/djotaku/photo_stats
9+
910
.. image:: https://readthedocs.org/projects/photo-stats/badge/?version=latest
10-
:target: https://photo-stats.readthedocs.io/en/latest/?badge=latest
11-
:alt: Documentation Status
11+
:target: https://photo-stats.readthedocs.io/en/latest/?badge=latest
12+
:alt: Documentation Status
1213

1314
This is a Python package that will eventually have a bunch of utilities for running a variety of stats on
1415
your photos based on EXIF data. By using exiv-based library, it can also read data

0 commit comments

Comments
 (0)