Skip to content

Commit 2c1a563

Browse files
committed
Update version to 0.1.1
1 parent 185c8fb commit 2c1a563

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.0'
23+
__version__ = '0.1.1'
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.0"
3+
version = "0.1.1"
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.0'
5+
assert __version__ == '0.1.1'

0 commit comments

Comments
 (0)