Skip to content

Commit 36a3114

Browse files
committed
Update version to 0.1.2
1 parent 3048a59 commit 36a3114

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codesurvey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
"""
2222

23-
__version__ = '0.1.1'
23+
__version__ = '0.1.2'
2424

2525
from .core import CodeSurvey
2626
from .database import RepoFeature, CodeFeature

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 = "codesurvey"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Analyse source code repositories for language feature and library usage."
55
license = "GPL-3.0-only"
66
authors = ["Ben Denham <[email protected]>", "Grant Paton-Simpson <[email protected]>"]

tests/test_codesurvey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.1.1'
5+
assert __version__ == '0.1.2'

0 commit comments

Comments
 (0)