Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
[FIX] Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Jun 5, 2016
1 parent cdd08b5 commit bdf13e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pynocchio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.

__title__ = 'Pynocchio Comic Reader'
__version__ = '0.0.4'
__version__ = '0.0.6'
__author__ = 'Michell Stuttgart Faria'
__license__ = 'GPL v3'
__copyright__ = 'Copyright 2014-2016 Michell Stuttgart Faria'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def run(self):
package_name,
version,
debian_version))
os.system('cd %s/deb_dist/%s-%s && debuild -S -sa' % (self.folder,
os.system('cd %s/deb_dist/%s-%s && debuild -S' % (self.folder,
package_name,
version))

Expand Down
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
Suite: trusty
Suite: xenial
Section: graphics
Depends: python-pyside (>= 1.2.1), python-rarfile (>= 2.7-1), python-peewee (>= 2.8.0-1), libqt4-sql-sqlite (>= 4.8.5)

0 comments on commit bdf13e2

Please sign in to comment.