Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel committed Apr 25, 2021
1 parent 510a676 commit 3e5d4da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pydov/__init__.py
Expand Up @@ -4,7 +4,7 @@
from pydov.util.net import SessionFactory

__author__ = """DOV-Vlaanderen"""
__version__ = '2.0.0'
__version__ = '2.1.0'

cache = pydov.util.caching.GzipTextFileCache()

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

setup(
name='pydov',
version='2.0.0',
version='2.1.0',
description=("A Python package to download data from Databank Ondergrond "
"Vlaanderen (DOV)."),
long_description=readme,
Expand Down

0 comments on commit 3e5d4da

Please sign in to comment.