Skip to content

Commit

Permalink
Update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Nov 26, 2023
1 parent 64395c1 commit 488e79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"version": "0.3.0",
"configurations": [
{
"name": "Python: main.py",
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Adds metadata information into this file for the package.
"""
__version__ = '0.1.0'
__version__ = '0.3.0'
__author__ = 'Christopher Jr Riley'
__license__ = 'MIT'
__email__ = '[email protected]'

0 comments on commit 488e79a

Please sign in to comment.