@@ -21,10 +21,10 @@ You can call `lizard r` to refresh threads currently in the database, and see th | |||
## Changelog | |||
### 1.0 (planned) | |||
**Important note:** The database schema will change with this version. Backup your database and get ready to migrate. | |||
### 1.1 (planned) | |||
### 0.5 (in development) | |||
### 1.0 (in development) | |||
**Important note:** The database schema will change with this version. Backup your database and get ready to migrate. | |||
### 0.4 (current) | |||
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages | |||
setup( | |||
name='lizard', | |||
version='0.5', | |||
version='1.0', | |||
packages=['lizard'], | |||
url='https://git.teknik.io/abrax/lizard', | |||
license='MIT', |