Skip to content

Commit

Permalink
chore(release): v0.3.4 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
arpandaze committed Jan 29, 2023
1 parent ab12c2f commit e253484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nepseutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from nepseutils.meroshare import MeroShare

__version__ = "0.3.1"
__version__ = "0.3.4"
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 = "nepseutils"
version = "0.3.1"
version = "0.3.4"
description = "Collection of scripts to interact with NEPSE related websites!"
authors = ["Daze <dazehere@yandex.com>"]
repository = "https://github.com/arpandaze/nepseutils"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_nepseutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.1"
assert __version__ == "0.3.4"

0 comments on commit e253484

Please sign in to comment.