Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Sep 7, 2018
1 parent 47f5e3f commit 6abeec2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[aliases]
rc = egg_info --tag-date --tag-build=.rc sdist
rtm = egg_info --tag-date --tag-build=.rtm bdist
#wh = egg_info --tag-date --tag-build=.dist --universal bdist_wheel
wh = egg_info sdist

#[egg_info]
#tag_date = true

[wheel]
universal = 1

[bdist_wheel]
universal=1
[bumpversion]
current_version = 0.6.0

[aliases]
rc = egg_info --tag-date --tag-build=.rc sdist
rtm = egg_info --tag-date --tag-build=.rtm bdist
wh = egg_info sdist

[wheel]
universal = 1

[bdist_wheel]
universal = 1

0 comments on commit 6abeec2

Please sign in to comment.