diff options
| author | Bobby <[email protected]> | 2022-11-27 17:21:17 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-27 17:21:17 -0500 |
| commit | c9a7c7591d7f1254255589728679acdf470f2025 (patch) | |
| tree | be16055f0404bc55f8d6e8844fb98e7f8788a610 /docs/conf.py | |
| parent | 5e4b086bd4511f8bff7d45debe8ce6c03f26e13e (diff) | |
| download | edify-c9a7c7591d7f1254255589728679acdf470f2025.tar.xz edify-c9a7c7591d7f1254255589728679acdf470f2025.zip | |
Bump version: 0.2.0 → 0.2.1
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..1144ef5 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.2.1' pygments_style = 'trac' templates_path = ['.'] |
