Skip to content

Commit

Permalink
Bump version to 0.4.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
pekasen committed Nov 28, 2024
1 parent 3100ff9 commit 834e893
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dabapush/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Database pusher and version control for social media data – early-alpha version
Version: 0.4.0-alpha2, date: 2023/03/19
Version: 0.4.0-alpha3, date: 2023/03/19
![PyPI - Downloads](https://img.shields.io/pypi/dm/dabapush)
Expand Down Expand Up @@ -163,7 +163,7 @@
"""

__version__ = "0.4.0-alpha2"
__version__ = "0.4.0-alpha3"

from .Reader import (
NDJSONReaderConfiguration,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dabapush"
version = "0.4.0-alpha2"
version = "0.4.0-alpha3"
description = ""
authors = [
"Philipp Kessling <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def test_version():
"""Should be the current version number."""
assert __version__ == "0.4.0-alpha2"
assert __version__ == "0.4.0-alpha3"


def test_version_type():
Expand Down

0 comments on commit 834e893

Please sign in to comment.