Skip to content

Commit

Permalink
tag version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twmacro committed Jul 23, 2023
1 parent fdfb74a commit 6f64081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def read(*filenames, **kwargs):
"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",
"Programming Language :: Python :: Implementation :: CPython",
"Natural Language :: English",
Expand Down Expand Up @@ -96,7 +97,7 @@ def run_setup(with_binary):
install_requires = check_dependencies()
setup(
name="pyyeti",
version="1.2.9",
version="1.3.0",
url="http://github.com/twmacro/pyyeti/",
license="BSD",
author="Tim Widrick",
Expand Down

0 comments on commit 6f64081

Please sign in to comment.