Skip to content

Commit 75db3df

Browse files
committed
Bump up version to 1.3.4.
1 parent 461e738 commit 75db3df

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ References
160160
License
161161
-------
162162

163-
Copyright (C) 2017-2019, 2021, 2022 Arno Onken
163+
Copyright (C) 2017-2019, 2021-2023 Arno Onken
164164

165165
This file is part of the mixedvines package.
166166

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# General information about the project.
2828
project = "mixedvines"
29-
copyright = "2017-2019, 2021, 2022 Arno Onken"
29+
copyright = "2017-2019, 2021-2023 Arno Onken"
3030
author = "Arno Onken"
3131

3232
# The version info for the project you're documenting, acts as replacement for
@@ -36,7 +36,7 @@
3636
# The short X.Y version.
3737
version = "1.3"
3838
# The full version, including alpha/beta/rc tags.
39-
release = "1.3.3"
39+
release = "1.3.4"
4040

4141
# The language for content autogenerated by Sphinx. Refer to documentation
4242
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "flit_core.buildapi"
1919

2020
[project]
2121
name = "mixedvines"
22-
version = "1.3.3"
22+
version = "1.3.4"
2323
authors = [{name = "Arno Onken", email = "asnelt@asnelt.org"}]
2424
description = "Canonical vine copula trees with mixed marginals"
2525
readme = "README.rst"

src/mixedvines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2019, 2021, 2022 Arno Onken
1+
# Copyright (C) 2017-2019, 2021-2023 Arno Onken
22
#
33
# This file is part of the mixedvines package.
44
#

tests/test_copula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2019, 2021, 2022 Arno Onken
1+
# Copyright (C) 2017-2019, 2021-2023 Arno Onken
22
#
33
# This file is part of the mixedvines package.
44
#

tests/test_marginal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2019, 2021, 2022 Arno Onken
1+
# Copyright (C) 2017-2019, 2021-2023 Arno Onken
22
#
33
# This file is part of the mixedvines package.
44
#

0 commit comments

Comments
 (0)