Skip to content

Commit 4c1a150

Browse files
committed
Updates version of the package.
1 parent cdbb1c0 commit 4c1a150

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
RdfPandas
22
=========
33

4-
RdfPandas is a module providing RDF support for Pandas. It consists of
5-
two simple functions for graph conversion, one is to create DataFrame from
6-
RDFLib Graph data, and another one to create Graph data from DataFrame.
4+
RdfPandas is a module providing RDF support for Pandas. It consists initially
5+
of a simple function for graph conversion to create RDFLib Graph data from
6+
Pandas DataFrame.
77

88
The graph data can then be serialized using RDFLib serialize method on the
99
graph.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Eugene Morozov'
2525

2626
# The short X.Y version
27-
version = 'v1.0.0'
27+
version = 'v0.1.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v1.0.0'
29+
release = 'v0.1.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)