Skip to content

Commit 2a6e2d3

Browse files
committed
Prepare for next release
1 parent 9ac5b51 commit 2a6e2d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
SPARQLWrapper's changelog
22
=========================
33

4+
YYYY-MM-DD X.Y.Z
5+
-----------------
6+
- TODO
7+
48
2022-03-14 2.0.0
59
-----------------
610
- Ported codebase to Python 3. Dropped support for Python 2

SPARQLWrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = "2.0.0"
12+
__version__ = "2.0.1a0"
1313
"""The version of SPARQLWrapper"""
1414

1515
__agent__: str = f"sparqlwrapper {__version__} (rdflib.github.io/sparqlwrapper)"

0 commit comments

Comments
 (0)