diff options
Diffstat (limited to 'factory/__init__.py')
-rw-r--r-- | factory/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index 4669e61..017daf0 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -18,8 +18,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.2' # Remember to change in setup.py as well! -__author__ = 'Mark Sandstrom <mark@deliciouslynerdy.com>' +__version__ = '1.0.4' # Remember to change in setup.py as well! +__author__ = 'Raphaƫl Barrois <raphael.barrois@polytechnique.org>' from base import ( Factory, |