Skip to content

Commit d7ace40

Browse files
committed
3DSTViewer bump version to 1.0.0
1 parent cf88264 commit d7ace40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py3dstViewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from py3dst.tex3dst import _createPixelDataStructure, _getTexturePosition
1111
from py3dst.error_classes import Texture3dstUnexpectedEndOfFile
1212

13-
VERSION = "0.8.1"
13+
VERSION = "1.0.0"
1414

1515
def _generateChessboardPattern(width, height, tileSize = 10):
1616
chessboard = Image.new("RGBA", (width, height), (180, 180, 180, 255))

0 commit comments

Comments
 (0)