File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1 .0.0
2+ current_version = 2 .0.0
33
44[bumpversion:file:pyproject.toml]
55search = version = " {current_version}"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " shot"
3- version = " 1 .0.0"
3+ version = " 2 .0.0"
44description = " A CLI for managing screenshots on OSX"
55authors = [" Conor Sheehan <conor.sheehan.dev@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1111from rich .prompt import Prompt
1212
1313commands = {"cp" : "Copied" , "mv" : "Moved" }
14- __version__ = "1 .0.0"
14+ __version__ = "2 .0.0"
1515
1616
1717class Shot :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def test_version(self):
3131 """
3232 should return the version
3333 """
34- assert Shot (version = True )() == "1 .0.0"
34+ assert Shot (version = True )() == "2 .0.0"
3535
3636 @patch ("glob.glob" )
3737 @patch ("shutil.copy" )
You can’t perform that action at this time.
0 commit comments