Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarre96 committed Feb 2, 2024
1 parent 85ae496 commit 5545fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# Get the long description from the README file
version = 2.6.0
version = "2.6.0"
# Taken from https://stackoverflow.com/questions/14399534/reference-requirements-txt-for-the-install-requires-kwarg-in-setuptools-setup-py/14399775#14399775
with open('requirements.txt') as fp:
required = fp.read().splitlines()
Expand Down

0 comments on commit 5545fe3

Please sign in to comment.