Skip to content

Commit c5366c6

Browse files
committed
bump version
1 parent e30bcb8 commit c5366c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pages/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def copy_dict(source, target):
3333
project = 'uPython'
3434
copyright = str(now.year) + ', Oliver Fabel'
3535
author = 'Oliver Fabel'
36-
release = '1.6.0'
37-
version = '1.6'
36+
release = '1.7.0'
37+
version = '1.7'
3838
language = 'en'
3939

4040
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flipperzero"
7-
version = "1.6.0"
7+
version = "1.7.0"
88
authors = [
99
{ name = "Oliver Fabel" },
1010
]

0 commit comments

Comments
 (0)