Skip to content

Commit

Permalink
Revert "setup.py: use versioning=dev (#16)" (#42)
Browse files Browse the repository at this point in the history
This reverts commit f0b4b78.

`versioning=devcommit` is more explicit / provides more info.
  • Loading branch information
blueyed authored May 24, 2021
1 parent b55cc6d commit 545a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setup(
name="pyrepl",
setup_requires="setupmeta",
versioning="dev",
versioning="devcommit",
author="Michael Hudson-Doyle",
author_email="[email protected]",
maintainer="Daniel Hahler",
Expand Down

0 comments on commit 545a7d6

Please sign in to comment.