Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-rentner committed Sep 16, 2024
1 parent f3e5d74 commit 32b46d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ build-backend = "setuptools.build_meta"
name = 'UltraDict'
readme = "readme.md"
license = { file = "license.txt" }
version = "0.0.6"
version = "0.0.7"
dependencies= [
'psutil',
'atomics'
]
dynamic = [ 'authors', 'description', 'requires-python' ]

[[authors]]
name = "Ronny Rentner"
Expand Down

0 comments on commit 32b46d9

Please sign in to comment.