Skip to content

Commit

Permalink
Merge pull request #54 from Doist/tartandsandal/pyproject
Browse files Browse the repository at this point in the history
chore: prepare release 3.108
  • Loading branch information
tartansandal authored Apr 28, 2023
2 parents 4305b4c + 91322d0 commit 4421771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bitmapist"
version = "3.107"
version = "3.108"
description="Implements a powerful analytics library using Redis bitmaps."
authors = [
"Amir Salihefendic <[email protected]>",
Expand All @@ -18,7 +18,6 @@ classifiers=[
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -34,7 +33,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">3.8,<3.12"
python = ">3.9,<3.12"
redis = "^2.10.0"
python-dateutil = "*"
future = "^0.14.3"
Expand Down
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="bitmapist",
version="3.107",
version="3.108",
author="amix",
author_email="[email protected]",
url="http://www.amix.dk/",
Expand All @@ -20,12 +20,9 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 4421771

Please sign in to comment.