Skip to content

Commit

Permalink
PyPI says: Only one sdist per release.
Browse files Browse the repository at this point in the history
  • Loading branch information
NowanIlfideme committed Sep 14, 2021
1 parent 13120da commit d4a9d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = False
tag = False

Expand Down Expand Up @@ -51,9 +51,6 @@ dev =
[bdist_wheel]
universal = true

[sdist]
formats = zip, gztar

[bumpversion:file:setup.cfg]

[bumpversion:file:src/tsdata/__init__.py]
2 changes: 1 addition & 1 deletion src/tsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

from pathlib import Path

__version__ = "0.3.2"
__version__ = "0.3.3"
__root__ = Path(__file__).parent

0 comments on commit d4a9d1b

Please sign in to comment.