Skip to content

Commit 9c1505c

Browse files
committed
fix version
1 parent 89ca635 commit 9c1505c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
],
8585
"softwareRequirements": "https://raw.githubusercontent.com/KnowledgeCaptureAndDiscovery/somef/refs/heads/master/pyproject.toml",
86-
"version": "0.10.1",
86+
"version": "0.10.2",
8787
"developmentStatus": "active",
8888
"issueTracker": "https://github.com/KnowledgeCaptureAndDiscovery/somef/issues",
8989
"@type": "SoftwareSourceCode"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "somef"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "SOftware Metadata Extraction Framework: A tool for automatically extracting relevant software metadata from a source code repository (README, package files, etc)."
55
authors = ["Daniel Garijo <daniel.garijo@upm.es>"]
66
readme = "README.md"

src/somef/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.10.1"
3+
__version__ = "0.10.2"

0 commit comments

Comments
 (0)