Skip to content

Commit

Permalink
Renamed version
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentStimper committed Feb 11, 2020
1 parent f679cbc commit c8abaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
pass


__version__ = '0.1'
__version__ = '1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '0.1'
__version__ = '1.0'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit c8abaa5

Please sign in to comment.