Skip to content

Commit

Permalink
tag version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twmacro committed Jul 30, 2023
1 parent 2ace937 commit ddb3615
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.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -97,7 +95,7 @@ def run_setup(with_binary):
install_requires = check_dependencies()
setup(
name="pyyeti",
version="1.3.0",
version="1.3.1",
url="http://github.com/twmacro/pyyeti/",
license="BSD",
author="Tim Widrick",
Expand Down

0 comments on commit ddb3615

Please sign in to comment.