Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker authored Jan 16, 2023
1 parent 91fa3ac commit 019b9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webmGeneratorUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import numpy as np


RELEASE_NUMVER = 'v3.32.0'
RELEASE_NUMVER = 'v3.34.0'

class WebmGeneratorUi:

Expand Down Expand Up @@ -801,4 +801,4 @@ def toggleBoringMode(self):
self.master.config(menu=self.menubar)

if __name__ == '__main__':
import webmGenerator
import webmGenerator

0 comments on commit 019b9ee

Please sign in to comment.