1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Bump version to 2.8.0-dev

This commit is contained in:
Tessa Walsh 2023-02-15 15:38:10 -05:00
parent 98be48d6e4
commit b8693307d1

View File

@ -1,4 +1,4 @@
__version__ = '2.7.3' __version__ = '2.8.0-dev'
if __name__ == '__main__': if __name__ == '__main__':
print(__version__) print(__version__)