Skip to content

Commit

Permalink
Update version in setup.py to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPTIZ committed Feb 1, 2019
1 parent 5679bdf commit b79caad
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .comments/logo-pet-alternativa.png.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<comment version="3.0">
<caption/>
<note>Created with GIMP</note>
<place/>
<categories/>
</comment>
10 changes: 5 additions & 5 deletions logo-pet-vec.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions postgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

if __name__ == '__main__':
post = Post(
title='Oficinas de Verão',
title='Tutoriais do PET CCO',
description=dedent('''
Está em Florianópolis em fevereiro e gostaria de aproveitar as
férias para aprender ShellScript ou LaTeX?
Precisando aprender uma linguagem ou ferramenta, seja para a
graduação, trabalho ou diversão?
Participe de nossas oficinas de verão! Informações e calendário na
descrição.
O PET Computação UFSC oferece um repositório de tutoriais!
Acesse: pet.inf.ufsc.br/tutoriais.
'''),
logo=Path('logo-pet-notvec.png')
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.1'
VERSION = '0.2'

setup(
name='postgen',
Expand Down

0 comments on commit b79caad

Please sign in to comment.