Skip to content

Commit b7073b5

Browse files
committed
chore: bump version and update pypi classifiers
1 parent 2216392 commit b7073b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

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

0 commit comments

Comments
 (0)