diff --git a/nexport/__init__.py b/nexport/__init__.py index dc75a61..01580d9 100644 --- a/nexport/__init__.py +++ b/nexport/__init__.py @@ -1,5 +1,5 @@ # Dunder attributes -__version__ = "v0.4.1" # update setup.py +__version__ = "v0.4.2" # update setup.py __author__ = "Jordan Welsman" # Import submodules so submodule functions diff --git a/setup.py b/setup.py index fa30aa9..088b604 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup # Arguments -version = "0.4.1" # update __init__.py +version = "0.4.2" # update __init__.py python_version = ">=3.10" # Long description from README.md