Skip to content

Commit

Permalink
Bump version: 1.0.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel committed Jul 26, 2020
1 parent 4ad107c commit c2d0066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pydov/__init__.py
Expand Up @@ -8,7 +8,7 @@
)

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

cache = pydov.util.caching.GzipTextFileCache()

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

Expand All @@ -19,4 +19,3 @@ exclude = docs

[aliases]
test = pytest

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

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

0 comments on commit c2d0066

Please sign in to comment.