Skip to content

Commit

Permalink
Minor version bump to fix severe bug in 0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed May 30, 2010
1 parent 4f1918d commit db7739a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
Arista Transcoder 0.9.4
=======================
Arista Transcoder 0.9.4.1
=========================
A simple preset-based transcoder for the GNOME Desktop and a small script for
terminal-based transcoding. Settings are chosen based on output device and
quality preset.
Expand Down
2 changes: 1 addition & 1 deletion arista/__init__.py
Expand Up @@ -51,6 +51,6 @@ def init():
import transcoder
import utils

__version__ = _("0.9.4")
__version__ = _("0.9.4.1")
__author__ = _("Daniel G. Taylor <dan@programmer-art.org>")

4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -31,7 +31,7 @@

setup(
name = "arista",
version = "0.9.4",
version = "0.9.4.1",
description = "An easy multimedia transcoder for GNOME",
long_description = """Overview
========
Expand Down Expand Up @@ -69,7 +69,7 @@
author = "Daniel G. Taylor",
author_email = "dan@programmer-art.org",
url = "http://www.transcoder.org/",
download_url = "http://programmer-art.org/media/releases/arista-transcoder/arista-0.9.4.tar.gz",
download_url = "http://programmer-art.org/media/releases/arista-transcoder/arista-0.9.4.1.tar.gz",
packages = [
"arista",
],
Expand Down
2 changes: 1 addition & 1 deletion ui/about.ui
Expand Up @@ -8,7 +8,7 @@
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
<property name="program_name">Arista Transcoder</property>
<property name="version">0.9.4</property>
<property name="version">0.9.4.1</property>
<property name="copyright" translatable="yes">Copyright 2008 - 2010 Daniel G. Taylor</property>
<property name="comments" translatable="yes">A multimedia transcoder for the GNOME desktop.</property>
<property name="website">http://www.transcoder.org/</property>
Expand Down

0 comments on commit db7739a

Please sign in to comment.