Skip to content

Commit

Permalink
Merge pull request #200 from jdebacker/2-7-0
Browse files Browse the repository at this point in the history
Update version in `setup.py`
  • Loading branch information
jdebacker authored May 17, 2024
2 parents 2892197 + 2e945e3 commit d1eef56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

with open("README.md", "r") as f:
long_description = f.read()
version = "0.0.0"
version = "2.7.0"
setuptools.setup(
name="taxbrain",
version=version,
author="Anderson Frailey",
author_email="[email protected]",
author_email="[email protected]",
description="Python library for advanced tax policy analysis",
long_description=long_description,
url="https://github.com/PSLmodels/Tax-Brain",
Expand All @@ -19,11 +19,11 @@
license="MIT",
classifiers=[
"Programming Language :: Python :: 3",
"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",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Opperating Sytem :: OS Independent",
"Operating System :: OS Independent",
],
include_package_data=True,
entry_points={"console_scripts": ["taxbrain = taxbrain.cli:cli_main"]},
Expand Down

0 comments on commit d1eef56

Please sign in to comment.