Skip to content

Commit

Permalink
Merge pull request #17 from JordanWelsman/0.4-bugfixes
Browse files Browse the repository at this point in the history
Increment to v0.4.2
  • Loading branch information
JordanWelsman authored Feb 10, 2023
2 parents a35492d + 555236a commit cd6ba60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexport/__init__.py
Original file line number Diff line number Diff line change
@@ -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
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.4.1" # update __init__.py
version = "0.4.2" # update __init__.py
python_version = ">=3.10"

# Long description from README.md
Expand Down

0 comments on commit cd6ba60

Please sign in to comment.