We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f7c38 commit 77ea8ccCopy full SHA for 77ea8cc
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Robert Forkel'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '3.7.0'
+release = '3.7.1.dev0'
26
27
28
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = csvw
3
-version = 3.7.0
+version = 3.7.1.dev0
4
license = Apache 2.0
5
license_files = LICENSE
6
author = Robert Forkel
src/csvw/__init__.py
@@ -21,7 +21,7 @@
21
]
__title__ = 'csvw'
-__version__ = '3.7.0'
+__version__ = '3.7.1.dev0'
__author__ = 'Robert Forkel'
__license__ = 'Apache 2.0, see LICENSE'
__copyright__ = 'Copyright (c) 2025 Robert Forkel'
0 commit comments