Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Sep 26, 2019
1 parent e00c2e4 commit c644116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ after_success:
- codecov
deploy:
on:
branch: 0.4.4-release
tags: true
provider: pypi
skip_existing: true
user: utensil
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
from distutils.core import Extension

VERSION = '0.4.4-rc.1'
VERSION = '0.4.4'
LONG_DESCRIPTION = """
Symbolic Geometric Algebra/Calculus package for SymPy. BSD License.
"""
Expand Down

0 comments on commit c644116

Please sign in to comment.