File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " Timecard-App"
7- version = " 2.1 .0"
7+ version = " 3.0 .0"
88description = " Track time beautifully."
99readme = {file = " README.md" , content-type = " text/markdown" }
1010license = {file = " LICENSE" }
@@ -63,7 +63,7 @@ include = '^/(src|tests)/.+\.pyi?$'
6363
6464[tool .commitizen ]
6565name = " cz_conventional_commits"
66- version = " 2.1 .0"
66+ version = " 3.0 .0"
6767version_files = [
6868 " pyproject.toml:version" ,
6969 " src/timecard/interface/app.py:VERSION" ,
Original file line number Diff line number Diff line change 1313
1414from timecard .data .settings import Settings
1515
16- VERSION = "2.1 .0"
16+ VERSION = "3.0 .0"
1717
1818class MainWindow (QWidget ):
1919 def closeEvent (self , event ):
Original file line number Diff line number Diff line change 1- TIMECARD v2.1 .0
1+ TIMECARD v3.0 .0
22
33Created by Jason C. McDonald
44(CodeMouse92)
You can’t perform that action at this time.
0 commit comments