Skip to content

Commit

Permalink
version 0.2 deploy attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed Apr 20, 2020
1 parent d9a58d8 commit 6955715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@

from os import path
import io
import shajara

this_directory = path.abspath(path.dirname(__file__))
with io.open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()

setup(
name = "shajara",
version = "0.1.0",
version = shajara.release,
author = "Abdelkrime Aries",
author_email = "kariminfo0@gmail.com",
description = ("Manupilating trees"),
Expand Down

0 comments on commit 6955715

Please sign in to comment.