~costales/gui-ufw/16.04

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: costales
  • Date: 2016-02-07 09:37:13 UTC
  • Revision ID: costales.marcos@gmail.com-20160207093713-7zdix9pqi8knxh7k
Updated version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
 
# Gufw 16.04.0 - http://gufw.org
 
3
# Gufw 16.04.1 - http://gufw.org
4
4
# Copyright (C) 2008-2015 Marcos Alvarez Costales https://launchpad.net/~costales
5
5
#
6
6
# Gufw is free software; you can redistribute it and/or modify
27
27
# Setup stage
28
28
setup(
29
29
    name         = "gufw",
30
 
    version      = "16.04.0",
 
30
    version      = "16.04.1",
31
31
    description  = "An easy, intuitive, way to manage your Linux firewall. It supports common tasks such as allowing or blocking pre-configured, common p2p, or individual ports port(s), and many others!",
32
32
    author       = "Marcos Alvarez Costales https://launchpad.net/~costales",
33
33
    author_email = "https://launchpad.net/~costales",