Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itskalvik committed May 11, 2024
1 parent a537c3d commit 19e05ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "1.0.0"
__version__ = "1.0.1"

setup(
name='sgptools',
Expand Down
2 changes: 1 addition & 1 deletion sgptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = 'Kalvik'

from .models.core import *
Expand Down

0 comments on commit 19e05ec

Please sign in to comment.