From f8844fad250d7fba08389bf31cb6a08fb07bfc6b Mon Sep 17 00:00:00 2001 From: Benjamin Schnabel Date: Tue, 28 Jan 2025 17:51:53 +0100 Subject: [PATCH] README.md updated --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd1fc43..907967f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Install dependencies with: ## Usage -The `rdf_generator library is designed to provide parsers for multiple data sources and utilities to generate RDF datasets. Below are examples for various data sources. +The `rdf_generator` library is designed to provide parsers for multiple data sources and utilities to generate RDF datasets. Below are examples for various data sources. 1. Generate RDF from CSV Files ```python diff --git a/setup.py b/setup.py index d100f27..4ad0c75 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='rdf-generator', - version='0.1.2', + version='0.1.3', entry_points={ 'console_scripts': [ 'rdfgen=rdf_generator.cli:main',