Skip to content

Commit e5becd9

Browse files
committed
Bump minor release
1 parent bad5be7 commit e5becd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
author = 'Davide Brunato'
3030

3131
# The short X.Y version
32-
version = '4.6'
32+
version = '4.7'
3333
# The full version, including alpha/beta/rc tags
34-
release = '4.6.0'
34+
release = '4.7.0'
3535

3636
# -- General configuration ---------------------------------------------------
3737

elementpath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# @author Davide Brunato <[email protected]>
99
#
10-
__version__ = '4.6.0'
10+
__version__ = '4.7.0'
1111
__author__ = "Davide Brunato"
1212
__contact__ = "[email protected]"
1313
__copyright__ = "Copyright 2018-2024, SISSA"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='elementpath',
18-
version='4.6.0',
18+
version='4.7.0',
1919
packages=find_packages(include=['elementpath', 'elementpath.*']),
2020
package_data={
2121
'elementpath': ['py.typed'],

0 commit comments

Comments
 (0)