~costales/gui-ufw/wayland

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: costales
  • Date: 2019-02-26 18:45:05 UTC
  • Revision ID: costales.marcos@gmail.com-20190226184505-hicsaceho0yvgbin
Updated version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python3
2
2
 
3
 
# Gufw 18.10.0 - http://gufw.org
 
3
# Gufw 19.04.0 - http://gufw.org
4
4
# Copyright (C) 2008-2016 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      = "18.10.0",
 
30
    version      = "19.04.0",
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",