Skip to content

Commit

Permalink
Update to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Dec 1, 2023
1 parent 97adb86 commit aed8fa8
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.3.2",
"version": "0.3.3",
"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.3.2'
__version__ = '0.3.3'
__author__ = 'Christopher Jr Riley'
__license__ = 'MIT'
__email__ = '[email protected]'

0 comments on commit aed8fa8

Please sign in to comment.