Skip to content

Commit cbcf3ba

Browse files
committed
Merge branch 'dev' of github.com:swerik-project/pcldapy into dev
2 parents d00c782 + 1429799 commit cbcf3ba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "Python pclda wrapper for topic modelling"
33
title: "pcldapy"
4-
version: v0.0.1
4+
version: v0.0.2
55
authors:
66
- family-names: Borges
77
given-names: Robert

docs/pcldapy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Submodules</h2>
2929
</ul>
3030

3131

32-
<footer>v0.0.1</footer>
32+
<footer>v0.0.2</footer>
3333

3434
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
3535
built with <span class="visually-hidden">pdoc</span><img

docs/pcldapy/pclda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2>API Documentation</h2>
103103
</ul>
104104

105105

106-
<footer>v0.0.1</footer>
106+
<footer>v0.0.2</footer>
107107

108108
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
109109
built with <span class="visually-hidden">pdoc</span><img

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pcldapy"
3-
version = "v0.0.1"
3+
version = "v0.0.2"
44
description = "Python copy of pcldar"
55
authors = ["BobBorges <robert.borges@statistik.uu.se>"]
66
packages = [

0 commit comments

Comments
 (0)