Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Oct 13, 2022
1 parent 7aed039 commit facd366
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "osmdiff"

[project]
name = "osmdiff"
version = "0.3.1"
version = "0.3.2"
authors = [
{ name="Martijn van Exel", email="[email protected]" },
]
Expand All @@ -19,6 +19,10 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"python-dateutil==2.8.2",
"requests==2.28.1"
]

[project.urls]
"Homepage" = "https://github.com/osmlab/osmdiff"
Expand All @@ -27,5 +31,4 @@ classifiers = [
[project.optional-dependencies]
test = [
"pytest==7.1.3",
"python-dateutil==2.8.2",
]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.6
python_requires = >=3.7
install_requires =
python-dateutil
requests
Expand Down

0 comments on commit facd366

Please sign in to comment.