diff options
Diffstat (limited to 'factory/__init__.py')
-rw-r--r-- | factory/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index cc5b788..e58dc51 100644 --- a/factory/__init__.py +++ b/factory/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '1.0.4' # Remember to change in setup.py as well! +__version__ = '1.1.0' # Remember to change in setup.py as well! __author__ = 'Raphaƫl Barrois <raphael.barrois@polytechnique.org>' from base import ( |