frostming / legit

Git for Humans, Inspired by GitHub for Mac™.
https://frostming.github.io/legit
BSD 3-Clause "New" or "Revised" License
5.71k stars 217 forks source link

Update version in core.py to 1.0.1 #245

Closed guptarohit closed 5 years ago

guptarohit commented 6 years ago

Seems like version update in core.py got missed in commit https://github.com/kennethreitz/legit/commit/7345d702aa0ad56ae92d450dcac2991d2db35f7a. :sparkles: Also, shouldn't we have version number in one file i.e. either only in setup.py or in core.py and import in setup.py. :octocat: Thanks

weakish commented 5 years ago

shouldn't we have version number in one file i.e. either only in setup.py or in core.py and import in setup.py

Good idea.

I think maybe defining version in core.py and setup.py can import it.