Skip to content

Commit 0d74742

Browse files
committed
🔖 Update version 2.0.1
1 parent cda6e4c commit 0d74742

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT license"
88
name = "dotctrl"
99
readme = "README.rst"
1010
repository = "https://github.com/snakypy/dotctrl"
11-
version = "2.0.0"
11+
version = "2.0.1"
1212

1313
classifiers = [
1414
"Intended Audience :: Developers",

snakypy/dotctrl/__init__.py

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

2121
__info__: dict = {
2222
"name": "Dotctrl",
23-
"version": "2.0.0",
23+
"version": "2.0.1",
2424
"description": "Dotctrl is a package for managing your dotfiles on Linux.",
2525
"pkg_name": "dotctrl",
2626
"executable": "dotctrl",

tests/test_version.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 __info__["version"] == "2.0.0"
5+
assert __info__["version"] == "2.0.1"

0 commit comments

Comments
 (0)