Skip to content

Commit a50b4a7

Browse files
authored
Merge pull request #13 from MAIF/public-release
bumping version to 1.0.0 for public release
2 parents 262e556 + f485e20 commit a50b4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eurybia/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 0, 6)
1+
VERSION = (1, 0, 0)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)