Skip to content

Commit

Permalink
Update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-denham committed Sep 28, 2023
1 parent 5bd572e commit 0c7584f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codesurvey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__version__ = '0.1.2'
__version__ = '0.1.3'

from .core import CodeSurvey
from .database import RepoFeature, CodeFeature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codesurvey"
version = "0.1.2"
version = "0.1.3"
description = "Analyse source code repositories for language feature and library usage."
license = "GPL-3.0-only"
authors = ["Ben Denham <ben@denham.nz>", "Grant Paton-Simpson <grant@p-s.co.nz>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_codesurvey.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.2'
assert __version__ == '0.1.3'

0 comments on commit 0c7584f

Please sign in to comment.