Oliver Fabel 1 год назад
Родитель
Сommit
c5366c6d7d
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      docs/pages/conf.py
  2. 1 1
      pyproject.toml

+ 2 - 2
docs/pages/conf.py

@@ -33,8 +33,8 @@ now = datetime.datetime.now()
 project = 'uPython'
 copyright = str(now.year) + ', Oliver Fabel'
 author = 'Oliver Fabel'
-release = '1.6.0'
-version = '1.6'
+release = '1.7.0'
+version = '1.7'
 language = 'en'
 
 extensions = [

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
 
 [project]
 name = "flipperzero"
-version = "1.6.0"
+version = "1.7.0"
 authors = [
     { name = "Oliver Fabel" },
 ]