diff --git a/README.md b/README.md index 839fc8f..e96b2ee 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ See _[setup]_ page. ## Upgrading from previous versions -Coldsweat 0.9.2 works with a newer version of the Peewee package. To update run: +Always make sure required packages are up-to-date. To update run: pip install -r requirements.txt diff --git a/coldsweat/__init__.py b/coldsweat/__init__.py index 4aafa8d..1d10cff 100644 --- a/coldsweat/__init__.py +++ b/coldsweat/__init__.py @@ -8,7 +8,7 @@ ''' __author__ = 'Andrea Peltrin and Rui Carmo' -__version__ = (0, 9, 2, '') +__version__ = (0, 9, 3, '') __license__ = 'MIT' from os import path