Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniyer176 committed Apr 12, 2022
1 parent 76ff1dc commit f7569bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
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 = "PandaTorch"
version = "1.0.1"
version = "2.1.0"
description = "A flexible simple library that makes it easier to use the extrememly popular pandas package with the other extremely popular framework PyTorch. "
authors = ["Ashwin Iyer <ashwiniyer1706@gmail.com>"]
license = "MIT"
Expand Down
5 changes: 0 additions & 5 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ def update_rst_markdown():
os.system("pandoc -s README.md -o README.rst")


def test_version():
assert __version__ == "1.0.0"
update_rst_markdown()


def test_cwd_has_markdown():
cwd = os.getcwd()
assert os.path.exists(os.path.join(cwd, "README.rst")) == True
Expand Down

0 comments on commit f7569bc

Please sign in to comment.