Skip to content

Commit

Permalink
Pip version 0.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
adamoppenheimer committed Sep 10, 2022
1 parent eb2153a commit fa0a28e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Thibaut Lamadon'

# The full version, including alpha/beta/rc tags
release = '0.3.20'
release = '0.3.21'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "pytwoway"
version = "0.3.20"
version = "0.3.21"
description = "Estimate two way fixed effect labor models"
classifiers = ["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent"]
homepage = "https://github.com/tlamadon/pytwoway"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='pytwoway',
version='0.3.20',
version='0.3.21',
author='Thibaut Lamadon',
author_email='[email protected]',
description='Estimate two way fixed effect labor models',
Expand Down

0 comments on commit fa0a28e

Please sign in to comment.