Skip to content

Commit

Permalink
build: Incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanWelsman committed Mar 2, 2023
1 parent d088c34 commit 17664b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openjson/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dunder attributes
__version__ = "v0.0.1" # update setup.py
__version__ = "v0.1.0" # update setup.py
__author__ = "Jordan Welsman"

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

# Arguments
version = "0.0.1" # update __init__.py
version = "0.1.0" # update __init__.py
python_version = ">=3.10"

# Long description from README.md
Expand Down

0 comments on commit 17664b0

Please sign in to comment.