Skip to content

Commit

Permalink
Changed version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samfcmc committed Aug 28, 2014
1 parent ceeebb2 commit 83bab67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# file GENERATED by distutils, do NOT edit
fenixedu.py
setup.py
fenixedu/__init__.py
fenixedu/configuration.py
fenixedu/endpoints.py
fenixedu/request_methods.py
fenixedu/user.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from distutils.core import setup, Extension

setup(name='fenixedu',
version='2.0.1',
version='1.0.0',
description='FenixEdu API SDK for python',
author='Samuel Coelho',
author_email='[email protected]',
Expand Down

0 comments on commit 83bab67

Please sign in to comment.