diff --git a/setup.py b/setup.py index dd9218c..bc1225c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ """ setup(name='CleanerVersion', - version='1.4.7', + version='1.4.8', description='A versioning solution for relational data models using the Django ORM', long_description='CleanerVersion is a solution that allows you to read and write multiple versions of an entry ' 'to and from your relational database. It allows to keep track of modifications on an object '