Skip to content

Commit

Permalink
Update version numbers to prepare for 0.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdxmw committed May 22, 2023
1 parent 69a00f2 commit 3428f20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cylinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import cylinder_calculations
import render

__version__ = '0.3'
__version__ = '0.3.1'


class SliceformCylinderGenerator(inkex.extensions.GenerateExtension):
Expand Down
2 changes: 1 addition & 1 deletion hyperboloid.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import hyperboloid_calculations
import render

__version__ = '0.3'
__version__ = '0.3.1'

epsilon = 0.000001

Expand Down
2 changes: 1 addition & 1 deletion torus.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import render
import torus_calculations

__version__ = '0.3'
__version__ = '0.3.1'


class SliceformTorusGenerator(inkex.extensions.GenerateExtension):
Expand Down
2 changes: 1 addition & 1 deletion truncated_sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import cylinder_calculations
import render

__version__ = '0.3'
__version__ = '0.3.1'


class SliceformTruncatedSphereGenerator(inkex.extensions.GenerateExtension):
Expand Down

0 comments on commit 3428f20

Please sign in to comment.