Browse Source

bump version number to 0.4

Thomas Buck 2 years ago
parent
commit
a4b5fe5139
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      dist/PKGBUILD
  2. 1
    1
      dist/setup_mac.py
  3. 1
    1
      src/octotray.py

+ 1
- 1
dist/PKGBUILD View File

@@ -1,6 +1,6 @@
1 1
 # Maintainer: Thomas Buck <thomas@xythobuz.de>
2 2
 pkgname=OctoTray
3
-pkgver=0.3
3
+pkgver=0.4
4 4
 pkgrel=1
5 5
 pkgdesc="Control OctoPrint instances from system tray"
6 6
 arch=('any')

+ 1
- 1
dist/setup_mac.py View File

@@ -6,7 +6,7 @@ from setuptools import setup
6 6
 APP_NAME = "OctoTray"
7 7
 APP = [ 'octotray.py' ]
8 8
 DATA_FILES = [ 'octotray_icon.png' ]
9
-VERSION="0.3.0"
9
+VERSION="0.4.0"
10 10
 
11 11
 OPTIONS = {
12 12
     'argv_emulation': True,

+ 1
- 1
src/octotray.py View File

@@ -340,7 +340,7 @@ class CamWindow(QWidget):
340 340
 class OctoTray():
341 341
     name = "OctoTray"
342 342
     vendor = "xythobuz"
343
-    version = "0.3"
343
+    version = "0.4"
344 344
 
345 345
     iconName = "octotray_icon.png"
346 346
     iconPaths = [

Loading…
Cancel
Save