summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-03-26 14:26:58 +0200
committerGitHub <noreply@github.com>2023-03-26 14:26:58 +0200
commit0d07f9bc014562d77121768414ec20fd9382ed0a (patch)
treef28d2251528d5fc0e660aabace4bdfbc62af07fa
parent0593c75753b0b80256d448d56328dbc3967cb055 (diff)
downloadrdflib-0d07f9bc014562d77121768414ec20fd9382ed0a.tar.gz
chore: post release cleanup (#2317)
Prepares the main branch for normal usage.
-rw-r--r--docker/latest/requirements.in2
-rw-r--r--docker/latest/requirements.txt2
-rw-r--r--pyproject.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/latest/requirements.in b/docker/latest/requirements.in
index 841a97e4..93e26ac0 100644
--- a/docker/latest/requirements.in
+++ b/docker/latest/requirements.in
@@ -1,4 +1,4 @@
# This file is used for building a docker image of hte latest rdflib release. It
# will be updated by dependabot when new releases are made.
-rdflib==6.3.1
+rdflib==6.3.2
html5lib
diff --git a/docker/latest/requirements.txt b/docker/latest/requirements.txt
index d0ad24ae..5b3bae5d 100644
--- a/docker/latest/requirements.txt
+++ b/docker/latest/requirements.txt
@@ -10,7 +10,7 @@ isodate==0.6.1
# via rdflib
pyparsing==3.0.9
# via rdflib
-rdflib==6.3.1
+rdflib==6.3.2
# via -r docker/latest/requirements.in
six==1.16.0
# via
diff --git a/pyproject.toml b/pyproject.toml
index 4003c3b7..ddbe2700 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rdflib"
-version = "6.3.2"
+version = "6.4.0a0"
description = """RDFLib is a Python library for working with RDF, \
a simple yet powerful language for representing information."""
authors = ["Daniel 'eikeon' Krech <eikeon@eikeon.com>"]