Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
Normalize versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Surye committed Nov 28, 2016
1 parent 9c3b4cd commit daad179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import sys

__version__ = '3.1.1dev0'
__version__ = '3.1.1.dev0'

github_tag = __version__
if 'dev' in __version__:
Expand Down

0 comments on commit daad179

Please sign in to comment.