Skip to content

Commit

Permalink
chore: bump version and update pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Jun 9, 2023
1 parent 2216392 commit b7073b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

[tool.poetry]
name = "gimie"
version = "0.3.0"
version = "0.4.0"
description = "Extract structured metadata from git repositories."
authors = ["Swiss Data Science Center <contact@datascience.ch>"]
license = "GPLv3"
license = "Apache-2.0"
homepage = "https://github.com/SDSC-ORD/gimie"
keywords = ["metadata", "git", "extraction", "linked-data"]
readme = "README.md"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]

Expand Down

0 comments on commit b7073b5

Please sign in to comment.