Skip to content

Commit

Permalink
Update pyproject.toml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Dec 23, 2024
1 parent a5ca0b6 commit 43f8279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dogesec_commons"
version = "0.0.1b2"
version = "0.0.3"
authors = [
{ name="DOGESEC", email="[email protected]" },
]
Expand All @@ -19,7 +19,7 @@ classifiers = [
dependencies = [
"djangorestframework>=3.15.2",
"drf-spectacular>=0.27.2",
"python-arango>=7.9.1",
"python-arango>=8.1.3; python_version >= '3.8'",
"stix2",
]

Expand Down

0 comments on commit 43f8279

Please sign in to comment.