Skip to content

Commit

Permalink
tag version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twmacro committed Mar 30, 2024
1 parent faa3ef1 commit 7d7507d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def read(*filenames, **kwargs):
"Development Status :: 4 - Beta",
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
Expand Down Expand Up @@ -95,7 +93,7 @@ def run_setup(with_binary):
install_requires = check_dependencies()
setup(
name="pyyeti",
version="1.4.0",
version="1.4.1",
url="http://github.com/twmacro/pyyeti/",
license="BSD",
author="Tim Widrick",
Expand Down

0 comments on commit 7d7507d

Please sign in to comment.