We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd572e commit 0c7584fCopy full SHA for 0c7584f
codesurvey/__init__.py
@@ -20,7 +20,7 @@
20
21
"""
22
23
-__version__ = '0.1.2'
+__version__ = '0.1.3'
24
25
from .core import CodeSurvey
26
from .database import RepoFeature, CodeFeature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "codesurvey"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Analyse source code repositories for language feature and library usage."
5
license = "GPL-3.0-only"
6
authors = ["Ben Denham <ben@denham.nz>", "Grant Paton-Simpson <grant@p-s.co.nz>"]
tests/test_codesurvey.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == '0.1.2'
+ assert __version__ == '0.1.3'
0 commit comments