Skip to content

Commit

Permalink
version handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nginsburg committed Dec 17, 2019
1 parent f3495e4 commit 56b8ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyseltongue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# name = "pyseltongue"

__version__ = '0.3.0'
__version__ = '0.3.3'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"""

from setuptools import setup
import pyseltongue

setup(
name='pyseltongue',
version='0.3.2',
version=pyseltongue.__version__,
url='https://github.com/ginsburgnm/pyseltongue',
license='MIT',
author='nginsburg',
Expand Down

0 comments on commit 56b8ecb

Please sign in to comment.