~costales/anoise/man-middle

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: costales
  • Date: 2017-05-28 14:59:28 UTC
  • Revision ID: costales.marcos@gmail.com-20170528145928-6la0ma1humlfj12h
Updated version onto files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
 
# ANoise 0.0.25 - http://launchpad.net/anoise
 
3
# ANoise 0.0.26 - http://launchpad.net/anoise
4
4
# Copyright (C) 2012-2015 Marcos Alvarez Costales https://launchpad.net/~costales
5
5
#
6
6
# ANoise is free software; you can redistribute it and/or modify
29
29
# Setup stage
30
30
DistUtilsExtra.auto.setup(
31
31
    name         = "anoise",
32
 
    version      = "0.0.25",
 
32
    version      = "0.0.26",
33
33
    description  = "Ambient Noise",
34
34
    author       = "Marcos Alvarez Costales https://launchpad.net/~costales",
35
35
    author_email = "https://launchpad.net/~costales",