Skip to content

Commit f5006a6

Browse files
committed
Getting ready for version 0.9.3.
1 parent c89b974 commit f5006a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See _[setup]_ page.
2222

2323
## Upgrading from previous versions
2424

25-
Coldsweat 0.9.2 works with a newer version of the Peewee package. To update run:
25+
Always make sure required packages are up-to-date. To update run:
2626

2727
pip install -r requirements.txt
2828

coldsweat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'''
99

1010
__author__ = 'Andrea Peltrin and Rui Carmo'
11-
__version__ = (0, 9, 2, '')
11+
__version__ = (0, 9, 3, '')
1212
__license__ = 'MIT'
1313

1414
from os import path

0 commit comments

Comments
 (0)