Skip to content

Commit

Permalink
versioneering
Browse files Browse the repository at this point in the history
  • Loading branch information
nginsburg committed Dec 20, 2019
1 parent 5af9707 commit 8884ca7
Show file tree
Hide file tree
Showing 7 changed files with 2,375 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyseltongue/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include versioneer.py
include pyseltongue/_version.py
5 changes: 3 additions & 2 deletions pyseltongue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
BitcoinToZB32SecretSharer

# name = "pyseltongue"

__version__ = '0.3.3'
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit 8884ca7

Please sign in to comment.