Skip to content

Commit

Permalink
next_version replaced by pep440-version-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Fison committed Jan 5, 2021
1 parent e658f30 commit 17799cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,10 @@ For more precise control you can close the GUI after creating your `package` obj
>>> package['license_dict'].name
'MIT License'

>>> package.version = "2.0"
>>> package.version = "2.0.1a1"

# 3. OTHER FEATURES

Automatically generate the next version number for your `Package` (more schemas coming soon):

>>> package.version = "1.1"
>>> package.next_version
'1.11'

To find where `easyPyPI` and its default templates were installed:

>>> package.easypypi_dirpath
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
HERE = Path(__file__).parent
NAME = "easypypi"
GITHUB_USERNAME = "Pfython"
VERSION = "2.0.0"
VERSION = "2.0.1"
DESCRIPTION = "easyPyPI is THE easiest and quickest way to publish your Python creations on the Python Package Index (PyPI) so other people can just `pip install your_script`."
LICENSE = "MIT License"
AUTHOR = "Peter Fison"
Expand Down

0 comments on commit 17799cd

Please sign in to comment.