Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpleger committed May 24, 2021
1 parent 25ed4e7 commit 15f69b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="yaml2resume", # Replace with your own username
version="0.0.7",
version="0.0.8",
author="James Pleger",
author_email="jpleger@gmail.com",
description="Take yaml files and convert them into a resume",
Expand Down
2 changes: 1 addition & 1 deletion src/yaml2resume/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

__version__ = '0.0.7'
__version__ = '0.0.8'

0 comments on commit 15f69b0

Please sign in to comment.