diff options
| author | Bobby <[email protected]> | 2022-11-27 16:48:37 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-27 16:48:37 -0500 |
| commit | 73edbdcc0f258fd53a742397b4f993b9ec9a78ab (patch) | |
| tree | 7e017ed44267e3034f5a3f90bf55ae7b09ad1067 /docs/conf.py | |
| parent | 7adaebda4efd36f1fe1e3fe4d745d387b4e6603c (diff) | |
| download | edify-73edbdcc0f258fd53a742397b4f993b9ec9a78ab.tar.xz edify-73edbdcc0f258fd53a742397b4f993b9ec9a78ab.zip | |
Bump version: 0.2.0 → 0.3.0
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index d66e51c..96a44b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = 'Edify' year = '2022' author = 'Bobby' copyright = '{0}, {1}'.format(year, author) -version = release = '0.2.0' +version = release = '0.3.0' pygments_style = 'trac' templates_path = ['.'] |
