Skip to content

Commit e2396ec

Browse files
author
Mattis List
committed
bump version for development
1 parent 4eaa9eb commit e2396ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "edictor"
7-
version = "3.1"
7+
version = "3.2.dev0"
88
description = "Web-Based Tool for Computer-Assisted Language Comparison"
99
keywords = [ "linguistics", "sequence alignment", "computational linguistics", "dialectology", "cognate detection",]
1010
classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"]

src/edictor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1"
1+
__version__ = "3.2.dev0"

0 commit comments

Comments
 (0)