Skip to content

Commit

Permalink
Update version in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Jul 22, 2014
1 parent 2bd4803 commit 3847c03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import os
from cx_Freeze import setup, Executable

import base_setup

path = ["pyjtt"] + sys.path
icon_path = os.path.join("resources", "icons", "clock.ico")
Expand Down Expand Up @@ -57,7 +58,7 @@
target_app = os.path.join("pyjtt", "app.py")

setup( name = "pyjtt",
version = "1.2",
version = "1.2.1",
description = "Jira Time Tracker",
maintainer="Nikolay Golub",
maintainer_email="[email protected]",
Expand All @@ -69,4 +70,4 @@
base=base,
targetName="pyjtt.exe",
shortcutName="pyJTT",
shortcutDir="DesktopFolder")])
shortcutDir="DesktopFolder")])

0 comments on commit 3847c03

Please sign in to comment.