Skip to content

Commit

Permalink
Updating version number from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JHudd435 committed Aug 3, 2022
1 parent ea1f1ef commit b1da7c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nameCreator
version = 0.5.1
version = 0.6.0
author = Justin Huddleston
description = A package to generate names by country
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion src/nameCreator/F/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"""

__version__ = "0.5.1"
__version__ = "0.6.0"
__author__ = 'Justin Huddleston'
2 changes: 1 addition & 1 deletion src/nameCreator/L/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

__version__ = "0.5.1"
__version__ = "0.6.0"
__author__ = 'Justin Huddleston'
2 changes: 1 addition & 1 deletion src/nameCreator/M/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

__version__ = "0.5.1"
__version__ = "0.6.0"
__author__ = 'Justin Huddleston'
2 changes: 1 addition & 1 deletion src/nameCreator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = "0.5.1"
__version__ = "0.6.0"
__author__ = 'Justin Huddleston'

from nameCreator.F import firstF
Expand Down

0 comments on commit b1da7c0

Please sign in to comment.