Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrdz committed Oct 25, 2022
1 parent b266733 commit a4f7e67
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
Expand Up @@ -5,7 +5,7 @@

setup(
name='softpotato',
version="1.0.16",
version="1.0.18",
license='GPL3',
author='Oliver Rodriguez',
author_email='oliver.rdz@softpotato.xyz',
Expand Down
2 changes: 1 addition & 1 deletion src/softpotato/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .plotting import *
from .technique import *

__version__ = "1.0.16"
__version__ = "1.0.18"
__author__ = 'Oliver Rodriguez'

__all__ = ['technique', 'calculate', 'plotting', 'simulate']

0 comments on commit a4f7e67

Please sign in to comment.