Skip to content

Commit d400bf8

Browse files
Version 1.0.1 (#77)
1 parent 847e229 commit d400bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grape/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_current_year():
1717
__author__ = "Aurora Maurizio, Martina Teruzzi, Nicola Demo"
1818
__copyright__ = "Copyright 2019-{}, GRAPE contributors".format(get_current_year())
1919
__license__ = "MIT"
20-
__version__ = "1.0.0"
20+
__version__ = "1.0.1"
2121
__mail__ = 'auroramaurizio1@gmail.com, teruzzi.martina@gmail.com, demo.nicola@gmail.com'
2222
__maintainer__ = __author__
2323
__status__ = "Alpha"

0 commit comments

Comments
 (0)