Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bedapudi6788 authored Oct 25, 2023
1 parent a7fe335 commit 565392b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartlog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
EMAIL = "[email protected]"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.0.1.dev21"
VERSION = "0.0.1.dev22"

# What packages are required for this module to be executed?
REQUIRED = ["requests", "liteindex"]
REQUIRED = ["requests", "liteindex==0.0.1.dev25"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 565392b

Please sign in to comment.