Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed Jul 27, 2022
1 parent 72b2ed3 commit 1a323c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

import sphinx_rtd_theme

import yamlprocessor


# -- Project information -----------------------------------------------------

Expand All @@ -24,7 +26,7 @@
author = 'Matt Shin'

# The full version, including alpha/beta/rc tags
release = '0.4'
release = yamlprocessor.__version__


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/yamlprocessor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Process YAML include files and variable substitutions."""
__version__ = '0.4'
__version__ = '0.5'

0 comments on commit 1a323c0

Please sign in to comment.