Reset RIPS_DIST_VERSION to 1

This commit is contained in:
Magne Sjaastad 2024-12-16 09:29:52 +01:00
parent c32e669e56
commit 6fea38e95b

View File

@ -6,7 +6,7 @@ with open('README.md') as f:
with open('LICENSE') as f:
license = f.read()
RIPS_DIST_VERSION = '3'
RIPS_DIST_VERSION = '1'
setup(
name='rips',