Skip to content

Commit ec9658b

Browse files
committed
Bump version: 1.6.2 → 2.0.0
1 parent e24c2f5 commit ec9658b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.2
2+
current_version = 2.0.0
33
tag_name = {new_version}
44
commit = True
55
tag = True

dataset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Table",
2222
"connect",
2323
]
24-
__version__ = "1.6.2"
24+
__version__ = "2.0.0"
2525

2626

2727
def connect(

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
project = "dataset"
1212
copyright = "2013-2026, Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer"
13-
version = "1.6.2"
14-
release = "1.6.2"
13+
version = "2.0.0"
14+
release = "2.0.0"
1515

1616
exclude_patterns = ["_build"]
1717
pygments_style = "sphinx"

0 commit comments

Comments
 (0)