From 555236ae3124316b9c4b042228d1cba484c94ec3 Mon Sep 17 00:00:00 2001 From: Jordan Welsman Date: Thu, 9 Feb 2023 16:03:19 -0800 Subject: [PATCH] build: Incremented to 0.4.2. --- nexport/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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