Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Aug 22, 2021
1 parent 004a3f8 commit a68df85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polyglotdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__ver_major__ = 1
__ver_minor__ = 1
__ver_patch__ = '3a'
__ver_minor__ = 2
__ver_patch__ = '0a'
__version__ = f"{__ver_major__}.{__ver_minor__}.{__ver_patch__}"

__all__ = ['query', 'io', 'corpus', 'config', 'exceptions', 'CorpusContext', 'CorpusConfig']
Expand Down

0 comments on commit a68df85

Please sign in to comment.