Skip to content

Commit 4e779a0

Browse files
Prepared release 0.2a1
1 parent d1b4d3a commit 4e779a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HOW-TO-RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Do these steps to build a release of the package.
44

55
1. [ ] Check (and increment) the version number in [pyproject.toml](https://github.com/Niklas-Deworetzki/cqp-tree/blob/main/pyproject.toml)
6-
2. [ ] Build the distribution package `python -m build`
6+
2. [ ] Build the distribution package `python -m build` (requires the [build](https://pypi.org/project/build/) package)
77
3. [ ] Upload the distribution package `twine upload dist/*`
88
4. [ ] Update version number in [Dockerfile](https://github.com/Niklas-Deworetzki/cqp-tree/blob/main/docker/Dockerfile)
99
5. [ ] Commit and push

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.13
22

3-
RUN pip install gunicorn cqp-tree==0.1a1
3+
RUN pip install gunicorn cqp-tree==0.2a1
44

55
ENTRYPOINT ["gunicorn", "cqp_tree.web.server:server", "--bind", "0.0.0.0:8000"]
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'cqp-tree'
3-
version = '0.1a1'
3+
version = '0.2a1'
44
description = 'Translate queries from tree-based formats to sequential CQP format used by Corpus Workbench.'
55
keywords = ['corpus search', 'query translation', 'corpus workbench', 'korp']
66
classifiers = [

0 commit comments

Comments
 (0)