Forráskód Böngészése

ci: bump to 0.6.3.post1 (#801)

AlpinDale 4 hónapja
szülő
commit
f0e00f1b43
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      aphrodite/version.py
  2. 1 1
      install_windows.ps1

+ 1 - 1
aphrodite/version.py

@@ -11,4 +11,4 @@ except Exception as e:
     __commit__ = "COMMIT_HASH_PLACEHOLDER"
     __short_commit__ = "SHORT_COMMIT_HASH_PLACEHOLDER"
 
-__version__ = "0.6.3"
+__version__ = "0.6.3.post1"

+ 1 - 1
install_windows.ps1

@@ -1,7 +1,7 @@
 # Installing Aphrodite engine on Windows
 # Copyright (c) 2024 PygmalionAI
 
-$RequiredVer = "0.6.3"
+$RequiredVer = "0.6.3.post1"
 
 # Check if Python is installed and version >= 3.8
 try {