File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ [ ![ PyPI version] ( https://badge.fury.io/py/waybackmachine.svg )] ( https://pypi.org/project/waybackmachine/ )
2+ [ ![ PyPI downloads] ( https://img.shields.io/pypi/dm/waybackmachine )] ( https://pypi.org/project/waybackmachine/ )
3+ [ ![ Stars] ( https://img.shields.io/github/stars/martinbenes1996/waybackmachine.svg )] ( https://GitHub.com/martinbenes1996/waybackmachine )
4+ [ ![ Contributors] ( https://img.shields.io/github/contributors/martinbenes1996/waybackmachine )] ( https://GitHub.com/martinbenes1996/waybackmachine )
5+ [ ![ Wheel] ( https://img.shields.io/pypi/wheel/waybackmachine )] ( https://pypi.org/project/waybackmachine/ )
6+ [ ![ Status] ( https://img.shields.io/pypi/status/waybackmachine )] ( https://pypi.com/project/waybackmachine/ )
7+ [ ![ PyPi license] ( https://badgen.net/pypi/license/pip/ )] ( https://pypi.com/project/waybackmachine/ )
8+ [ ![ Last commit] ( https://img.shields.io/github/last-commit/martinbenes1996/waybackmachine )] ( https://GitHub.com/martinbenes1996/waybackmachine )
19
210# Wayback Machine
311
Original file line number Diff line number Diff line change 22import os
33
44# versions
5- __version__ = os .environ .get ('VERSION_NEW' , '0.3 .0' )
5+ __version__ = os .environ .get ('VERSION_NEW' , '0.4 .0' )
66
77# requirements
88try :
You can’t perform that action at this time.
0 commit comments