Skip to content

Commit

Permalink
Added change log and set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 7, 2022
1 parent 2e082a4 commit bf8ec46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.0.0 - Mar 07, 2022. (sha 2e082a4ec0868e03df1b902562810873421823e5)
--------------------------------------------------------------------

* Initial PyPi release of total-perspective-vortex.
* Basic usage docs and examples.
* 94% test coverage.
4 changes: 2 additions & 2 deletions vortex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
"""Total Perspective Vortex library setup."""

# Current version of the library
__version__ = "0.1.0+dev"
__version__ = "1.0.0"


def get_version():
"""
Return a string with the current version of the library.
:rtype: ``string``
:return: Library version (e.g., "0.1.0").
:return: Library version (e.g., "1.0.0").
"""
return __version__

0 comments on commit bf8ec46

Please sign in to comment.